#DBB098

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

Shades of Cashmere #DBB098

Tints of Cashmere #DBB098

Color information

#DBB098 (or 0xDBB098) is unknown color: approx Cashmere. HEX triplet: DB, B0 and 98. RGB value is (219,176,152). Sum of RGB (Red+Green+Blue) = 219+176+152=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB098 is #244F67. Grayscale: #BABABA. Windows color (decimal): -2379624 or 10006747. OLE color: 10006747.

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

Color convert

RGB219176152-
CMYK00.200.310.14
HSL21.49º48.2%72.75%-
HSV(B)21.49º30.59%85.88%-
XYZ50.4148.3836.39-
YUV186.12108.75151.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=40.04%
G=32.18%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917615200.200.310.1421.4948.272.75
HexDBB0980141FE153049
Octal33326023002437162560111
Binary110110111011000010011000010100111111110101011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB098; }

 p { color: rgb(219,176,152); }

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

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

 a { background-color: rgb(219,176,152); }

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

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

 span { border-color: rgb(219,176,152); }

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