#DBC499

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

Shades of Raffia #DBC499

Tints of Raffia #DBC499

Color information

#DBC499 (or 0xDBC499) is unknown color: approx Raffia. HEX triplet: DB, C4 and 99. RGB value is (219,196,153). Sum of RGB (Red+Green+Blue) = 219+196+153=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC499 is #243B66. Grayscale: #C6C6C6. Windows color (decimal): -2374503 or 10077403. OLE color: 10077403.

HSL color Cylindrical-coordinate representation of color #DBC499: hue angle of 39.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBC499 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219196153-
CMYK00.110.300.14
HSL39.09º47.83%72.94%-
HSV(B)39.09º30.14%85.88%-
XYZ54.756.8438.23-
YUV197.98102.62143-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 153 (60.16% from 255) = 26.94%
R=38.56%
G=34.51%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919615300.110.300.1439.0947.8372.94
HexDBC4990B1EE273049
Octal33330423101336164760111
Binary110110111100010010011001010111111011101001111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC499; }

 p { color: rgb(219,196,153); }

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

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

 a { background-color: rgb(219,196,153); }

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

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

 span { border-color: rgb(219,196,153); }

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