#DCC167

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

Shades of Chenin #DCC167

Tints of Chenin #DCC167

Color information

#DCC167 (or 0xDCC167) is unknown color: approx Chenin. HEX triplet: DC, C1 and 67. RGB value is (220,193,103). Sum of RGB (Red+Green+Blue) = 220+193+103=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC167 is #233E98. Grayscale: #BFBFBF. Windows color (decimal): -2309785 or 6799836. OLE color: 6799836.

HSL color Cylindrical-coordinate representation of color #DCC167: hue angle of 46.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCC167 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220193103-
CMYK00.120.530.14
HSL46.15º62.57%63.33%-
HSV(B)46.15º53.18%86.27%-
XYZ51.0354.3320.63-
YUV190.8178.45148.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 103 (40.62% from 255) = 19.96%
R=42.64%
G=37.40%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019310300.120.530.1446.1562.5763.33
HexDCC1670C35E2e3f3f
Octal3343011470146516567777
Binary11011100110000011100111011001101011110101110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC167; }

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

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

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

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

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

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

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

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