Html Css Color HEX #DAB09B Cashmere

📋 copy color: '#DAB09B'

red 218 ◦ green 176 ◦ blue 155

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

Shades of Cashmere #DAB09B

Tints of Cashmere #DAB09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.06%

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

R = 39.71%
G = 32.06%
B = 28.23%

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

#DAB09B (or 0xDAB09B) is known color: Cashmere. HEX triplet: DA, B0 and 9B. RGB value is (218,176,155). Sum of RGB (Red+Green+Blue) = 218+176+155=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB09B is #254F64. Grayscale: #BABABA. Windows color (decimal): -2445157 or 10203354. OLE color: 10203354.

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

Color convert

RGB 218 176 155 -
CMYK 0 0.19 0.29 0.15
HSL 20º 0.46% 0.73% -
HSV(B) 20º 0.29% 0.85% -
XYZ 50.36 48.32 37.68 -
YUV 186.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 218 176 155 0 0.19 0.29 0.15 20 0.46 0.73
Hex DA B0 9B 0 13 1D F 14 2E 49
Octal 332 260 233 0 23 35 17 24 56 111
Binary 11011010 10110000 10011011 0 10011 11101 1111 10100 101110 1001001

Color Harmonies of #DAB09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB09B

Black with #DAB09B

Text Example


Text Example

White with #DAB09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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