Html Css Color HEX #DAB19B Cashmere

📋 copy color: '#DAB19B'

red 218 ◦ green 177 ◦ blue 155

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

Shades of Cashmere #DAB19B

Tints of Cashmere #DAB19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.18%

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

R = 39.64%
G = 32.18%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAB19B (or 0xDAB19B) is known color: Cashmere. HEX triplet: DA, B1 and 9B. RGB value is (218,177,155). Sum of RGB (Red+Green+Blue) = 218+177+155=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB19B is #254E64. Grayscale: #BABABA. Windows color (decimal): -2444901 or 10203610. OLE color: 10203610.

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

Color convert

RGB 218 177 155 -
CMYK 0 0.19 0.29 0.15
HSL 20.95º 0.46% 0.73% -
HSV(B) 20.95º 0.29% 0.85% -
XYZ 50.55 48.72 37.75 -
YUV 186.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 218 177 155 0 0.19 0.29 0.15 20.95 0.46 0.73
Hex DA B1 9B 0 13 1D F 15 2E 49
Octal 332 261 233 0 23 35 17 25 56 111
Binary 11011010 10110001 10011011 0 10011 11101 1111 10101 101110 1001001

Color Harmonies of #DAB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB19B

Black with #DAB19B

Text Example


Text Example

White with #DAB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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