#DCCA72

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

Shades of Chenin #DCCA72

Tints of Chenin #DCCA72

Color information

#DCCA72 (or 0xDCCA72) is unknown color: approx Chenin. HEX triplet: DC, CA and 72. RGB value is (220,202,114). Sum of RGB (Red+Green+Blue) = 220+202+114=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA72 is #23358D. Grayscale: #C5C5C5. Windows color (decimal): -2307470 or 7523036. OLE color: 7523036.

HSL color Cylindrical-coordinate representation of color #DCCA72: hue angle of 49.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCCA72 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB220202114-
CMYK00.080.480.14
HSL49.81º60.23%65.49%-
HSV(B)49.81º48.18%86.27%-
XYZ53.6758.6724.42-
YUV197.3580.96144.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 114 (44.92% from 255) = 21.27%
R=41.04%
G=37.69%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020211400.080.480.1449.8160.2365.49
HexDCCA720830E323c41
Octal33431216201060166274101
Binary110111001100101011100100100011000011101100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA72; }

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

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

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

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

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

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

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

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