#DAB96D

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

Shades of Chenin #DAB96D

Tints of Chenin #DAB96D

Color information

#DAB96D (or 0xDAB96D) is unknown color: approx Chenin. HEX triplet: DA, B9 and 6D. RGB value is (218,185,109). Sum of RGB (Red+Green+Blue) = 218+185+109=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB96D is #254692. Grayscale: #BABABA. Windows color (decimal): -2442899 or 7191002. OLE color: 7191002.

HSL color Cylindrical-coordinate representation of color #DAB96D: hue angle of 41.83º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAB96D is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218185109-
CMYK00.150.50.15
HSL41.83º59.56%64.12%-
HSV(B)41.83º50%85.49%-
XYZ49.0250.7121.67-
YUV186.284.43150.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.58%
GREEN value IS 185 (72.66% from 255) = 36.13%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=42.58%
G=36.13%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818510900.150.50.1541.8359.5664.12
HexDAB96D0F32F2a3c40
Octal33227115501762175274100
Binary110110101011100111011010111111001011111010101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB96D; }

 p { color: rgb(218,185,109); }

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

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

 a { background-color: rgb(218,185,109); }

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

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

 span { border-color: rgb(218,185,109); }

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