#DBB398

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

Shades of Cashmere #DBB398

Tints of Cashmere #DBB398

Color information

#DBB398 (or 0xDBB398) is unknown color: approx Cashmere. HEX triplet: DB, B3 and 98. RGB value is (219,179,152). Sum of RGB (Red+Green+Blue) = 219+179+152=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB398 is #244C67. Grayscale: #BCBCBC. Windows color (decimal): -2378856 or 10007515. OLE color: 10007515.

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

Color convert

RGB219179152-
CMYK00.180.310.14
HSL24.18º48.2%72.75%-
HSV(B)24.18º30.59%85.88%-
XYZ5149.5736.59-
YUV187.88107.75150.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 152 (59.77% from 255) = 27.64%
R=39.82%
G=32.55%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917915200.180.310.1424.1848.272.75
HexDBB3980121FE183049
Octal33326323002237163060111
Binary110110111011001110011000010010111111110110001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB398; }

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

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

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

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

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

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

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

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