#DBC59E

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

Shades of Raffia #DBC59E

Tints of Raffia #DBC59E

Color information

#DBC59E (or 0xDBC59E) is unknown color: approx Raffia. HEX triplet: DB, C5 and 9E. RGB value is (219,197,158). Sum of RGB (Red+Green+Blue) = 219+197+158=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59E is #243A61. Grayscale: #C7C7C7. Windows color (decimal): -2374242 or 10405339. OLE color: 10405339.

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

Color convert

RGB219197158-
CMYK00.100.280.14
HSL38.36º45.86%73.92%-
HSV(B)38.36º27.85%85.88%-
XYZ55.3557.4640.52-
YUV199.13104.79142.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=38.15%
G=34.32%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919715800.100.280.1438.3645.8673.92
HexDBC59E0A1CE262e4a
Octal33330523601234164656112
Binary110110111100010110011110010101110011101001101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC59E; }

 p { color: rgb(219,197,158); }

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

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

 a { background-color: rgb(219,197,158); }

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

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

 span { border-color: rgb(219,197,158); }

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