Html Css Color HEX #DAB097 Cashmere

📋 copy color: '#DAB097'

red 218 ◦ green 176 ◦ blue 151

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

Shades of Cashmere #DAB097

Tints of Cashmere #DAB097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.71%

R = 40%
G = 32.29%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAB097 (or 0xDAB097) is known color: Cashmere. HEX triplet: DA, B0 and 97. RGB value is (218,176,151). Sum of RGB (Red+Green+Blue) = 218+176+151=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB097 is #254F68. Grayscale: #B9B9B9. Windows color (decimal): -2445161 or 9941210. OLE color: 9941210.

HSL color Cylindrical-coordinate representation of color #DAB097: hue angle of 22.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAB097 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 151 -
CMYK 0 0.19 0.31 0.15
HSL 22.39º 0.48% 0.72% -
HSV(B) 22.39º 0.31% 0.85% -
XYZ 50.02 48.19 35.94 -
YUV 185.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 218 176 151 0 0.19 0.31 0.15 22.39 0.48 0.72
Hex DA B0 97 0 13 1F F 16 30 48
Octal 332 260 227 0 23 37 17 26 60 110
Binary 11011010 10110000 10010111 0 10011 11111 1111 10110 110000 1001000

Color Harmonies of #DAB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB097

Black with #DAB097

Text Example


Text Example

White with #DAB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB097; }

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

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

background-color css

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

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

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

border-color css

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

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

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