#DAB092

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

Shades of Cashmere #DAB092

Tints of Cashmere #DAB092

Color information

#DAB092 (or 0xDAB092) is unknown color: approx Cashmere. HEX triplet: DA, B0 and 92. RGB value is (218,176,146). Sum of RGB (Red+Green+Blue) = 218+176+146=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB092 is #254F6D. Grayscale: #B9B9B9. Windows color (decimal): -2445166 or 9613530. OLE color: 9613530.

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

Color convert

RGB218176146-
CMYK00.190.330.15
HSL25º49.32%71.37%-
HSV(B)25º33.03%85.49%-
XYZ49.6348.0333.85-
YUV185.14105.91151.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 146 (57.42% from 255) = 27.04%
R=40.37%
G=32.59%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817614600.190.330.152549.3271.37
HexDAB09201321F193147
Octal33226022202341173161107
Binary1101101010110000100100100100111000011111110011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB092; }

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

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

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

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

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

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

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

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