#DBC99F

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

Shades of Raffia #DBC99F

Tints of Raffia #DBC99F

Color information

#DBC99F (or 0xDBC99F) is unknown color: approx Raffia. HEX triplet: DB, C9 and 9F. RGB value is (219,201,159). Sum of RGB (Red+Green+Blue) = 219+201+159=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC99F is #243660. Grayscale: #C9C9C9. Windows color (decimal): -2373217 or 10471899. OLE color: 10471899.

HSL color Cylindrical-coordinate representation of color #DBC99F: hue angle of 42º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBC99F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219201159-
CMYK00.080.270.14
HSL42º45.45%74.12%-
HSV(B)42º27.4%85.88%-
XYZ56.3659.3441.28-
YUV201.59103.96140.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=37.82%
G=34.72%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920115900.080.270.144245.4574.12
HexDBC99F081BE2a2d4a
Octal33331123701033165255112
Binary110110111100100110011111010001101111101010101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC99F; }

 p { color: rgb(219,201,159); }

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

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

 a { background-color: rgb(219,201,159); }

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

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

 span { border-color: rgb(219,201,159); }

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