#DCB774

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

Shades of Chenin #DCB774

Tints of Chenin #DCB774

Color information

#DCB774 (or 0xDCB774) is unknown color: approx Chenin. HEX triplet: DC, B7 and 74. RGB value is (220,183,116). Sum of RGB (Red+Green+Blue) = 220+183+116=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB774 is #23488B. Grayscale: #BABABA. Windows color (decimal): -2312332 or 7649244. OLE color: 7649244.

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

Color convert

RGB220183116-
CMYK00.170.470.14
HSL38.65º59.77%65.88%-
HSV(B)38.65º47.27%86.27%-
XYZ49.650.3423.63-
YUV186.4288.26151.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=42.39%
G=35.26%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018311600.170.470.1438.6559.7765.88
HexDCB7740112FE273c42
Octal33426716402157164774102
Binary1101110010110111111010001000110111111101001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB774; }

 p { color: rgb(220,183,116); }

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

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

 a { background-color: rgb(220,183,116); }

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

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

 span { border-color: rgb(220,183,116); }

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