#DBC39F

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

Shades of Raffia #DBC39F

Tints of Raffia #DBC39F

Color information

#DBC39F (or 0xDBC39F) is unknown color: approx Raffia. HEX triplet: DB, C3 and 9F. RGB value is (219,195,159). Sum of RGB (Red+Green+Blue) = 219+195+159=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC39F is #243C60. Grayscale: #C6C6C6. Windows color (decimal): -2374753 or 10470363. OLE color: 10470363.

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

Color convert

RGB219195159-
CMYK00.110.270.14
HSL36º45.45%74.12%-
HSV(B)36º27.4%85.88%-
XYZ54.9956.5940.83-
YUV198.07105.95142.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=38.22%
G=34.03%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919515900.110.270.143645.4574.12
HexDBC39F0B1BE242d4a
Octal33330323701333164455112
Binary110110111100001110011111010111101111101001001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC39F; }

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

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

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

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

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

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

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

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