#DBC798

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

Shades of Raffia #DBC798

Tints of Raffia #DBC798

Color information

#DBC798 (or 0xDBC798) is unknown color: approx Raffia. HEX triplet: DB, C7 and 98. RGB value is (219,199,152). Sum of RGB (Red+Green+Blue) = 219+199+152=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC798 is #243867. Grayscale: #C7C7C7. Windows color (decimal): -2373736 or 10012635. OLE color: 10012635.

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

Color convert

RGB219199152-
CMYK00.090.310.14
HSL42.09º48.2%72.75%-
HSV(B)42.09º30.59%85.88%-
XYZ55.358.1738.02-
YUV199.62101.13141.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=38.42%
G=34.91%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919915200.090.310.1442.0948.272.75
HexDBC798091FE2a3049
Octal33330723001137165260111
Binary110110111100011110011000010011111111101010101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC798; }

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

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

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

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

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

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

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

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