Html Css Color HEX #DAB497 Cashmere

📋 copy color: '#DAB497'

red 218 ◦ green 180 ◦ blue 151

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

Shades of Cashmere #DAB497

Tints of Cashmere #DAB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.79%

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

R = 39.71%
G = 32.79%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAB497 (or 0xDAB497) is known color: Cashmere. HEX triplet: DA, B4 and 97. RGB value is (218,180,151). Sum of RGB (Red+Green+Blue) = 218+180+151=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB497 is #254B68. Grayscale: #BCBCBC. Windows color (decimal): -2444137 or 9942234. OLE color: 9942234.

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

Color convert

RGB 218 180 151 -
CMYK 0 0.17 0.31 0.15
HSL 25.97º 0.48% 0.72% -
HSV(B) 25.97º 0.31% 0.85% -
XYZ 50.82 49.78 36.21 -
YUV 188.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 218 180 151 0 0.17 0.31 0.15 25.97 0.48 0.72
Hex DA B4 97 0 11 1F F 1A 30 48
Octal 332 264 227 0 21 37 17 32 60 110
Binary 11011010 10110100 10010111 0 10001 11111 1111 11010 110000 1001000

Color Harmonies of #DAB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB497

Black with #DAB497

Text Example


Text Example

White with #DAB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB497; }

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

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

background-color css

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

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

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

border-color css

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

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

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