#DBB499

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

Shades of Cashmere #DBB499

Tints of Cashmere #DBB499

Color information

#DBB499 (or 0xDBB499) is unknown color: approx Cashmere. HEX triplet: DB, B4 and 99. RGB value is (219,180,153). Sum of RGB (Red+Green+Blue) = 219+180+153=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB499 is #244B66. Grayscale: #BCBCBC. Windows color (decimal): -2378599 or 10073307. OLE color: 10073307.

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

Color convert

RGB219180153-
CMYK00.180.300.14
HSL24.55º47.83%72.94%-
HSV(B)24.55º30.14%85.88%-
XYZ51.285037.09-
YUV188.58107.92149.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 153 (60.16% from 255) = 27.72%
R=39.67%
G=32.61%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918015300.180.300.1424.5547.8372.94
HexDBB4990121EE193049
Octal33326423102236163160111
Binary110110111011010010011001010010111101110110011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB499; }

 p { color: rgb(219,180,153); }

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

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

 a { background-color: rgb(219,180,153); }

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

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

 span { border-color: rgb(219,180,153); }

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