#DACA72

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

Shades of Chenin #DACA72

Tints of Chenin #DACA72

Color information

#DACA72 (or 0xDACA72) is unknown color: approx Chenin. HEX triplet: DA, CA and 72. RGB value is (218,202,114). Sum of RGB (Red+Green+Blue) = 218+202+114=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA72 is #25358D. Grayscale: #C5C5C5. Windows color (decimal): -2438542 or 7523034. OLE color: 7523034.

HSL color Cylindrical-coordinate representation of color #DACA72: hue angle of 50.77º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DACA72 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218202114-
CMYK00.070.480.15
HSL50.77º58.43%65.1%-
HSV(B)50.77º47.71%85.49%-
XYZ53.0758.3624.39-
YUV196.7581.3143.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=40.82%
G=37.83%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820211400.070.480.1550.7758.4365.1
HexDACA720730F333a41
Octal3323121620760176372101
Binary11011010110010101110010011111000011111100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA72; }

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

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

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

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

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

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

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

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