#DAB298

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

Shades of Cashmere #DAB298

Tints of Cashmere #DAB298

Color information

#DAB298 (or 0xDAB298) is unknown color: approx Cashmere. HEX triplet: DA, B2 and 98. RGB value is (218,178,152). Sum of RGB (Red+Green+Blue) = 218+178+152=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB298 is #254D67. Grayscale: #BBBBBB. Windows color (decimal): -2444648 or 10007258. OLE color: 10007258.

HSL color Cylindrical-coordinate representation of color #DAB298: hue angle of 23.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB298 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218178152-
CMYK00.180.300.15
HSL23.64º47.14%72.55%-
HSV(B)23.64º30.28%85.49%-
XYZ50.549.0136.5-
YUV187108.25150.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 178 (69.92% from 255) = 32.48%
BLUE value IS 152 (59.77% from 255) = 27.74%
R=39.78%
G=32.48%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817815200.180.300.1523.6447.1472.55
HexDAB2980121EF182f49
Octal33226223002236173057111
Binary110110101011001010011000010010111101111110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB298; }

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

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

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

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

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

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

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

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