#DBC19F

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

Shades of Raffia #DBC19F

Tints of Raffia #DBC19F

Color information

#DBC19F (or 0xDBC19F) is unknown color: approx Raffia. HEX triplet: DB, C1 and 9F. RGB value is (219,193,159). Sum of RGB (Red+Green+Blue) = 219+193+159=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC19F is #243E60. Grayscale: #C5C5C5. Windows color (decimal): -2375265 or 10469851. OLE color: 10469851.

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

Color convert

RGB219193159-
CMYK00.120.270.14
HSL34º45.45%74.12%-
HSV(B)34º27.4%85.88%-
XYZ54.5455.740.68-
YUV196.9106.61143.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=38.35%
G=33.80%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919315900.120.270.143445.4574.12
HexDBC19F0C1BE222d4a
Octal33330123701433164255112
Binary110110111100000110011111011001101111101000101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC19F; }

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

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

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

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

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

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

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

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