Html Css Color HEX #DAB29B Cashmere

📋 copy color: '#DAB29B'

red 218 ◦ green 178 ◦ blue 155

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

Shades of Cashmere #DAB29B

Tints of Cashmere #DAB29B

RGB

 RED value IS 218 (85.55% from 255) = 39.56%

 GREEN value IS 178 (69.92% from 255) = 32.3%

 BLUE value IS 155 (60.94% from 255) = 28.13%

R = 39.56%
G = 32.3%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAB29B (or 0xDAB29B) is known color: Cashmere. HEX triplet: DA, B2 and 9B. RGB value is (218,178,155). Sum of RGB (Red+Green+Blue) = 218+178+155=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29B is #254D64. Grayscale: #BBBBBB. Windows color (decimal): -2444645 or 10203866. OLE color: 10203866.

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

Color convert

RGB 218 178 155 -
CMYK 0 0.18 0.29 0.15
HSL 21.9º 0.46% 0.73% -
HSV(B) 21.9º 0.29% 0.85% -
XYZ 50.75 49.11 37.82 -
YUV 187.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 218 178 155 0 0.18 0.29 0.15 21.9 0.46 0.73
Hex DA B2 9B 0 12 1D F 16 2E 49
Octal 332 262 233 0 22 35 17 26 56 111
Binary 11011010 10110010 10011011 0 10010 11101 1111 10110 101110 1001001

Color Harmonies of #DAB29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB29B

Black with #DAB29B

Text Example


Text Example

White with #DAB29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB29B; }

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

 H1.HeaderClassName
 {
   color: #DAB29B;
 }
 .AnyTagClassName
 {
   color: #DAB29B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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