#DAB29D

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

Shades of Cashmere #DAB29D

Tints of Cashmere #DAB29D

Color information

#DAB29D (or 0xDAB29D) is unknown color: approx Cashmere. HEX triplet: DA, B2 and 9D. RGB value is (218,178,157). Sum of RGB (Red+Green+Blue) = 218+178+157=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29D is #254D62. Grayscale: #BBBBBB. Windows color (decimal): -2444643 or 10334938. OLE color: 10334938.

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

Color convert

RGB218178157-
CMYK00.180.280.15
HSL20.66º45.19%73.53%-
HSV(B)20.66º27.98%85.49%-
XYZ50.9249.1838.71-
YUV187.57110.75149.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 157 (61.72% from 255) = 28.39%
R=39.42%
G=32.19%
B=28.39%

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
Decimal21817815700.180.280.1520.6645.1973.53
HexDAB29D0121CF152d4a
Octal33226223502234172555112
Binary110110101011001010011101010010111001111101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB29D; }

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

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

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

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

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

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

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

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