#DCC16C

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

Shades of Chenin #DCC16C

Tints of Chenin #DCC16C

Color information

#DCC16C (or 0xDCC16C) is unknown color: approx Chenin. HEX triplet: DC, C1 and 6C. RGB value is (220,193,108). Sum of RGB (Red+Green+Blue) = 220+193+108=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC16C is #233E93. Grayscale: #BFBFBF. Windows color (decimal): -2309780 or 7127516. OLE color: 7127516.

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

Color convert

RGB220193108-
CMYK00.120.510.14
HSL45.54º61.54%64.31%-
HSV(B)45.54º50.91%86.27%-
XYZ51.2954.4421.99-
YUV191.3880.95148.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 108 (42.58% from 255) = 20.73%
R=42.23%
G=37.04%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019310800.120.510.1445.5461.5464.31
HexDCC16C0C33E2e3e40
Octal33430115401463165676100
Binary110111001100000111011000110011001111101011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC16C; }

 p { color: rgb(220,193,108); }

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

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

 a { background-color: rgb(220,193,108); }

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

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

 span { border-color: rgb(220,193,108); }

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