#DCC077

Color #DCC077 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DCC077

Tints of Chenin #DCC077

Color information

#DCC077 (or 0xDCC077) is unknown color: approx Chenin. HEX triplet: DC, C0 and 77. RGB value is (220,192,119). Sum of RGB (Red+Green+Blue) = 220+192+119=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC077 is #233F88. Grayscale: #C0C0C0. Windows color (decimal): -2310025 or 7848156. OLE color: 7848156.

HSL color Cylindrical-coordinate representation of color #DCC077: hue angle of 43.37º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCC077 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220192119-
CMYK00.130.460.14
HSL43.37º59.06%66.47%-
HSV(B)43.37º45.91%86.27%-
XYZ51.6954.2525.2-
YUV192.0586.78147.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=41.43%
G=36.16%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019211900.130.460.1443.3759.0666.47
HexDCC0770D2EE2b3b42
Octal33430016701556165373102
Binary110111001100000011101110110110111011101010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC077; }

 p { color: rgb(220,192,119); }

 H1.HeaderClassName
 {
   color: #DCC077;
 }
 .AnyTagClassName
 {
   color: #DCC077;
 }
</style>
background-color css

<style>
 a { background-color: #DCC077; }

 a { background-color: rgb(220,192,119); }

 div.DivClassName
 {
   background-color: #DCC077;
 }
 .BgClassName
 {
   background-color: #DCC077;
 }
</style>
border-color css

<style>
 span { border-color: #DCC077; }

 span { border-color: rgb(220,192,119); }

 td.TdClassName
 {
   border-color: #DCC077;
 }
 .TagClassName
 {
   border-color: #DCC077;
 }
</style>