#DAB69C

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

Shades of Cashmere #DAB69C

Tints of Cashmere #DAB69C

Color information

#DAB69C (or 0xDAB69C) is unknown color: approx Cashmere. HEX triplet: DA, B6 and 9C. RGB value is (218,182,156). Sum of RGB (Red+Green+Blue) = 218+182+156=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB69C is #254963. Grayscale: #BDBDBD. Windows color (decimal): -2443620 or 10270426. OLE color: 10270426.

HSL color Cylindrical-coordinate representation of color #DAB69C: hue angle of 25.16º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAB69C is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218182156-
CMYK00.170.280.15
HSL25.16º45.59%73.33%-
HSV(B)25.16º28.44%85.49%-
XYZ51.6450.7638.53-
YUV189.8108.93148.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=39.21%
G=32.73%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818215600.170.280.1525.1645.5973.33
HexDAB69C0111CF192e49
Octal33226623402134173156111
Binary110110101011011010011100010001111001111110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB69C; }

 p { color: rgb(218,182,156); }

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

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

 a { background-color: rgb(218,182,156); }

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

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

 span { border-color: rgb(218,182,156); }

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