#DBC59B

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

Shades of Raffia #DBC59B

Tints of Raffia #DBC59B

Color information

#DBC59B (or 0xDBC59B) is unknown color: approx Raffia. HEX triplet: DB, C5 and 9B. RGB value is (219,197,155). Sum of RGB (Red+Green+Blue) = 219+197+155=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59B is #243A64. Grayscale: #C6C6C6. Windows color (decimal): -2374245 or 10208731. OLE color: 10208731.

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

Color convert

RGB219197155-
CMYK00.100.290.14
HSL39.38º47.06%73.33%-
HSV(B)39.38º29.22%85.88%-
XYZ55.157.3639.18-
YUV198.79103.29142.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=38.35%
G=34.50%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919715500.100.290.1439.3847.0673.33
HexDBC59B0A1DE272f49
Octal33330523301235164757111
Binary110110111100010110011011010101110111101001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC59B; }

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

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

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

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

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

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

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

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