#DACB71

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

Shades of Chenin #DACB71

Tints of Chenin #DACB71

Color information

#DACB71 (or 0xDACB71) is unknown color: approx Chenin. HEX triplet: DA, CB and 71. RGB value is (218,203,113). Sum of RGB (Red+Green+Blue) = 218+203+113=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB71 is #25348E. Grayscale: #C5C5C5. Windows color (decimal): -2438287 or 7457754. OLE color: 7457754.

HSL color Cylindrical-coordinate representation of color #DACB71: hue angle of 51.43º degrees, saturation: 0.59, 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 #DACB71 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218203113-
CMYK00.070.480.15
HSL51.43º58.66%64.9%-
HSV(B)51.43º48.17%85.49%-
XYZ53.2558.8124.17-
YUV197.2280.47142.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 113 (44.53% from 255) = 21.16%
R=40.82%
G=38.01%
B=21.16%

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
Decimal21820311300.070.480.1551.4358.6664.9
HexDACB710730F333b41
Octal3323131610760176373101
Binary11011010110010111110001011111000011111100111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACB71; }

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

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

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

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

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

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

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

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