#DCCB75

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

Shades of Chenin #DCCB75

Tints of Chenin #DCCB75

Color information

#DCCB75 (or 0xDCCB75) is unknown color: approx Chenin. HEX triplet: DC, CB and 75. RGB value is (220,203,117). Sum of RGB (Red+Green+Blue) = 220+203+117=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB75 is #23348A. Grayscale: #C6C6C6. Windows color (decimal): -2307211 or 7719900. OLE color: 7719900.

HSL color Cylindrical-coordinate representation of color #DCCB75: hue angle of 50.1º 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 #DCCB75 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB220203117-
CMYK00.080.470.14
HSL50.1º59.54%66.08%-
HSV(B)50.1º46.82%86.27%-
XYZ54.0859.2125.41-
YUV198.2882.13143.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 117 (46.09% from 255) = 21.67%
R=40.74%
G=37.59%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020311700.080.470.1450.159.5466.08
HexDCCB75082FE323c42
Octal33431316501057166274102
Binary110111001100101111101010100010111111101100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB75; }

 p { color: rgb(220,203,117); }

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

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

 a { background-color: rgb(220,203,117); }

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

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

 span { border-color: rgb(220,203,117); }

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