#DBC89F

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

Shades of Raffia #DBC89F

Tints of Raffia #DBC89F

Color information

#DBC89F (or 0xDBC89F) is unknown color: approx Raffia. HEX triplet: DB, C8 and 9F. RGB value is (219,200,159). Sum of RGB (Red+Green+Blue) = 219+200+159=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC89F is #243760. Grayscale: #C9C9C9. Windows color (decimal): -2373473 or 10471643. OLE color: 10471643.

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

Color convert

RGB219200159-
CMYK00.090.270.14
HSL41º45.45%74.12%-
HSV(B)41º27.4%85.88%-
XYZ56.1358.8741.21-
YUV201.01104.29140.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 159 (62.5% from 255) = 27.51%
R=37.89%
G=34.60%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920015900.090.270.144145.4574.12
HexDBC89F091BE292d4a
Octal33331023701133165155112
Binary110110111100100010011111010011101111101010011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC89F; }

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

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

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

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

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

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

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

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