#DBC799

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

Shades of Raffia #DBC799

Tints of Raffia #DBC799

Color information

#DBC799 (or 0xDBC799) is unknown color: approx Raffia. HEX triplet: DB, C7 and 99. RGB value is (219,199,153). Sum of RGB (Red+Green+Blue) = 219+199+153=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC799 is #243866. Grayscale: #C7C7C7. Windows color (decimal): -2373735 or 10078171. OLE color: 10078171.

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

Color convert

RGB219199153-
CMYK00.090.300.14
HSL41.82º47.83%72.94%-
HSV(B)41.82º30.14%85.88%-
XYZ55.3958.2138.45-
YUV199.74101.63141.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 199 (78.12% from 255) = 34.85%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=38.35%
G=34.85%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919915300.090.300.1441.8247.8372.94
HexDBC799091EE2a3049
Octal33330723101136165260111
Binary110110111100011110011001010011111011101010101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC799; }

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

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

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

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

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

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

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

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