#DAB29C

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

Shades of Cashmere #DAB29C

Tints of Cashmere #DAB29C

Color information

#DAB29C (or 0xDAB29C) is unknown color: approx Cashmere. HEX triplet: DA, B2 and 9C. RGB value is (218,178,156). Sum of RGB (Red+Green+Blue) = 218+178+156=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29C is #254D63. Grayscale: #BBBBBB. Windows color (decimal): -2444644 or 10269402. OLE color: 10269402.

HSL color Cylindrical-coordinate representation of color #DAB29C: hue angle of 21.29º 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 #DAB29C is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218178156-
CMYK00.180.280.15
HSL21.29º45.59%73.33%-
HSV(B)21.29º28.44%85.49%-
XYZ50.8349.1538.26-
YUV187.45110.25149.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=39.49%
G=32.25%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817815600.180.280.1521.2945.5973.33
HexDAB29C0121CF152e49
Octal33226223402234172556111
Binary110110101011001010011100010010111001111101011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB29C; }

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

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

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

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

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

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

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

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