#DABD71

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

Shades of Chenin #DABD71

Tints of Chenin #DABD71

Color information

#DABD71 (or 0xDABD71) is unknown color: approx Chenin. HEX triplet: DA, BD and 71. RGB value is (218,189,113). Sum of RGB (Red+Green+Blue) = 218+189+113=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD71 is #25428E. Grayscale: #BDBDBD. Windows color (decimal): -2441871 or 7454170. OLE color: 7454170.

HSL color Cylindrical-coordinate representation of color #DABD71: hue angle of 43.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 #DABD71 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218189113-
CMYK00.130.480.15
HSL43.43º58.66%64.9%-
HSV(B)43.43º48.17%85.49%-
XYZ50.0952.4923.11-
YUV189.0185.11148.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=41.92%
G=36.35%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818911300.130.480.1543.4358.6664.9
HexDABD710D30F2b3b41
Octal33227516101560175373101
Binary110110101011110111100010110111000011111010111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD71; }

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

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

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

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

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

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

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

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