#DACB74

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

Shades of Chenin #DACB74

Tints of Chenin #DACB74

Color information

#DACB74 (or 0xDACB74) is unknown color: approx Chenin. HEX triplet: DA, CB and 74. RGB value is (218,203,116). Sum of RGB (Red+Green+Blue) = 218+203+116=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB74 is #25348B. Grayscale: #C5C5C5. Windows color (decimal): -2438284 or 7654362. OLE color: 7654362.

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

Color convert

RGB218203116-
CMYK00.070.470.15
HSL51.18º57.95%65.49%-
HSV(B)51.18º46.79%85.49%-
XYZ53.4258.8825.07-
YUV197.5781.97142.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 116 (45.70% from 255) = 21.60%
R=40.60%
G=37.80%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820311600.070.470.1551.1857.9565.49
HexDACB74072FF333a41
Octal3323131640757176372101
Binary11011010110010111110100011110111111111100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB74; }

 p { color: rgb(218,203,116); }

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

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

 a { background-color: rgb(218,203,116); }

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

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

 span { border-color: rgb(218,203,116); }

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