#DAB497

Color #DAB497 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DAB497

Tints of Cashmere #DAB497

Color information

#DAB497 (or 0xDAB497) is unknown color: approx 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

RGB218180151-
CMYK00.170.310.15
HSL25.97º47.52%72.35%-
HSV(B)25.97º30.73%85.49%-
XYZ50.8249.7836.21-
YUV188.06107.09149.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=39.71%
G=32.79%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818015100.170.310.1525.9747.5272.35
HexDAB4970111FF1a3048
Octal33226422702137173260110
Binary110110101011010010010111010001111111111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>