Html Css Color HEX #DAB29D Cashmere

📋 copy color: '#DAB29D'

red 218 ◦ green 178 ◦ blue 157

#DAB29D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #DAB29D

Tints of Cashmere #DAB29D

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 value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAB29D (or 0xDAB29D) is known color: 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

RGB 218 178 157 -
CMYK 0 0.18 0.28 0.15
HSL 20.66º 0.45% 0.74% -
HSV(B) 20.66º 0.28% 0.85% -
XYZ 50.92 49.18 38.71 -
YUV 187.57 110.75 149.71 -
System Red Green Blue C M Y K H S L
Decimal 218 178 157 0 0.18 0.28 0.15 20.66 0.45 0.74
Hex DA B2 9D 0 12 1C F 15 2D 4A
Octal 332 262 235 0 22 34 17 25 55 112
Binary 11011010 10110010 10011101 0 10010 11100 1111 10101 101101 1001010

Color Harmonies of #DAB29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB29D

Black with #DAB29D

Text Example


Text Example

White with #DAB29D

Text Example


Text Example

HTML Codes & Css Web 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>