#DCC16D

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

Shades of Chenin #DCC16D

Tints of Chenin #DCC16D

Color information

#DCC16D (or 0xDCC16D) is unknown color: approx Chenin. HEX triplet: DC, C1 and 6D. RGB value is (220,193,109). Sum of RGB (Red+Green+Blue) = 220+193+109=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC16D is #233E92. Grayscale: #BFBFBF. Windows color (decimal): -2309779 or 7193052. OLE color: 7193052.

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

Color convert

RGB220193109-
CMYK00.120.500.14
HSL45.41º61.33%64.51%-
HSV(B)45.41º50.45%86.27%-
XYZ51.3554.4622.27-
YUV191.581.45148.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 109 (42.97% from 255) = 20.88%
R=42.15%
G=36.97%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019310900.120.500.1445.4161.3364.51
HexDCC16D0C32E2d3d41
Octal33430115501462165575101
Binary110111001100000111011010110011001011101011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC16D; }

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

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

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

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

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

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

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

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