#DCCA67

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

Shades of Chenin #DCCA67

Tints of Chenin #DCCA67

Color information

#DCCA67 (or 0xDCCA67) is unknown color: approx Chenin. HEX triplet: DC, CA and 67. RGB value is (220,202,103). Sum of RGB (Red+Green+Blue) = 220+202+103=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA67 is #233598. Grayscale: #C4C4C4. Windows color (decimal): -2307481 or 6802140. OLE color: 6802140.

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

Color convert

RGB220202103-
CMYK00.080.530.14
HSL50.77º62.57%63.33%-
HSV(B)50.77º53.18%86.27%-
XYZ53.0858.4421.31-
YUV196.175.46145.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 103 (40.62% from 255) = 19.62%
R=41.90%
G=38.48%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020210300.080.530.1450.7762.5763.33
HexDCCA670835E333f3f
Octal3343121470106516637777
Binary11011100110010101100111010001101011110110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA67; }

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

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

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

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

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

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

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

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