#DCC06B

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

Shades of Chenin #DCC06B

Tints of Chenin #DCC06B

Color information

#DCC06B (or 0xDCC06B) is unknown color: approx Chenin. HEX triplet: DC, C0 and 6B. RGB value is (220,192,107). Sum of RGB (Red+Green+Blue) = 220+192+107=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC06B is #233F94. Grayscale: #BFBFBF. Windows color (decimal): -2310037 or 7061724. OLE color: 7061724.

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

Color convert

RGB220192107-
CMYK00.130.510.14
HSL45.13º61.75%64.12%-
HSV(B)45.13º51.36%86.27%-
XYZ51.0253.9821.64-
YUV190.6880.78148.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 192 (75.39% from 255) = 36.99%
BLUE value IS 107 (42.19% from 255) = 20.62%
R=42.39%
G=36.99%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019210700.130.510.1445.1361.7564.12
HexDCC06B0D33E2d3e40
Octal33430015301563165576100
Binary110111001100000011010110110111001111101011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC06B; }

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

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

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

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

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

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

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

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