#DCC06E

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

Shades of Chenin #DCC06E

Tints of Chenin #DCC06E

Color information

#DCC06E (or 0xDCC06E) is unknown color: approx Chenin. HEX triplet: DC, C0 and 6E. RGB value is (220,192,110). Sum of RGB (Red+Green+Blue) = 220+192+110=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC06E is #233F91. Grayscale: #BFBFBF. Windows color (decimal): -2310034 or 7258332. OLE color: 7258332.

HSL color Cylindrical-coordinate representation of color #DCC06E: hue angle of 44.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCC06E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220192110-
CMYK00.130.500.14
HSL44.73º61.11%64.71%-
HSV(B)44.73º50%86.27%-
XYZ51.1854.0422.49-
YUV191.0282.28148.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 110 (43.36% from 255) = 21.07%
R=42.15%
G=36.78%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019211000.130.500.1444.7361.1164.71
HexDCC06E0D32E2d3d41
Octal33430015601562165575101
Binary110111001100000011011100110111001011101011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC06E; }

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

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

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

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

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

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

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

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