#DBC59D

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

Shades of Raffia #DBC59D

Tints of Raffia #DBC59D

Color information

#DBC59D (or 0xDBC59D) is unknown color: approx Raffia. HEX triplet: DB, C5 and 9D. RGB value is (219,197,157). Sum of RGB (Red+Green+Blue) = 219+197+157=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59D is #243A62. Grayscale: #C7C7C7. Windows color (decimal): -2374243 or 10339803. OLE color: 10339803.

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

Color convert

RGB219197157-
CMYK00.100.280.14
HSL38.71º46.27%73.73%-
HSV(B)38.71º28.31%85.88%-
XYZ55.2757.4340.07-
YUV199.02104.29142.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=38.22%
G=34.38%
B=27.40%

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
Decimal21919715700.100.280.1438.7146.2773.73
HexDBC59D0A1CE272e4a
Octal33330523501234164756112
Binary110110111100010110011101010101110011101001111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC59D; }

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

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

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

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

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

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

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

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