#DABD70

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

Shades of Chenin #DABD70

Tints of Chenin #DABD70

Color information

#DABD70 (or 0xDABD70) is unknown color: approx Chenin. HEX triplet: DA, BD and 70. RGB value is (218,189,112). Sum of RGB (Red+Green+Blue) = 218+189+112=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD70 is #25428F. Grayscale: #BDBDBD. Windows color (decimal): -2441872 or 7388634. OLE color: 7388634.

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

Color convert

RGB218189112-
CMYK00.130.490.15
HSL43.58º58.89%64.71%-
HSV(B)43.58º48.62%85.49%-
XYZ50.0452.4722.82-
YUV188.8984.61148.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=42.00%
G=36.42%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818911200.130.490.1543.5858.8964.71
HexDABD700D31F2c3b41
Octal33227516001561175473101
Binary110110101011110111100000110111000111111011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD70; }

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

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

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

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

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

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

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

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