#DAB297

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

Shades of Cashmere #DAB297

Tints of Cashmere #DAB297

Color information

#DAB297 (or 0xDAB297) is unknown color: approx Cashmere. HEX triplet: DA, B2 and 97. RGB value is (218,178,151). Sum of RGB (Red+Green+Blue) = 218+178+151=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB297 is #254D68. Grayscale: #BBBBBB. Windows color (decimal): -2444649 or 9941722. OLE color: 9941722.

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

Color convert

RGB218178151-
CMYK00.180.310.15
HSL24.18º47.52%72.35%-
HSV(B)24.18º30.73%85.49%-
XYZ50.4248.9836.07-
YUV186.88107.75150.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=39.85%
G=32.54%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817815100.180.310.1524.1847.5272.35
HexDAB2970121FF183048
Octal33226222702237173060110
Binary110110101011001010010111010010111111111110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB297; }

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

 H1.HeaderClassName
 {
   color: #DAB297;
 }
 .AnyTagClassName
 {
   color: #DAB297;
 }
</style>
background-color css

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

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

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

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

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

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