#DAB29A

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

Shades of Cashmere #DAB29A

Tints of Cashmere #DAB29A

Color information

#DAB29A (or 0xDAB29A) is unknown color: approx Cashmere. HEX triplet: DA, B2 and 9A. RGB value is (218,178,154). Sum of RGB (Red+Green+Blue) = 218+178+154=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29A is #254D65. Grayscale: #BBBBBB. Windows color (decimal): -2444646 or 10138330. OLE color: 10138330.

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

Color convert

RGB218178154-
CMYK00.180.290.15
HSL22.5º46.38%72.94%-
HSV(B)22.5º29.36%85.49%-
XYZ50.6749.0837.37-
YUV187.22109.25149.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 154 (60.55% from 255) = 28%
R=39.64%
G=32.36%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817815400.180.290.1522.546.3872.94
HexDAB29A0121DF172e49
Octal33226223202235172756111
Binary110110101011001010011010010010111011111101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB29A; }

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

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

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

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

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

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

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

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