#DBC096

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

Shades of Raffia #DBC096

Tints of Raffia #DBC096

Color information

#DBC096 (or 0xDBC096) is unknown color: approx Raffia. HEX triplet: DB, C0 and 96. RGB value is (219,192,150). Sum of RGB (Red+Green+Blue) = 219+192+150=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC096 is #243F69. Grayscale: #C3C3C3. Windows color (decimal): -2375530 or 9879771. OLE color: 9879771.

HSL color Cylindrical-coordinate representation of color #DBC096: hue angle of 36.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBC096 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219192150-
CMYK00.120.320.14
HSL36.52º48.94%72.35%-
HSV(B)36.52º31.51%85.88%-
XYZ53.5754.9636.64-
YUV195.28102.45144.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=39.04%
G=34.22%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919215000.120.320.1436.5248.9472.35
HexDBC0960C20E253148
Octal33330022601440164561110
Binary1101101111000000100101100110010000011101001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC096; }

 p { color: rgb(219,192,150); }

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

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

 a { background-color: rgb(219,192,150); }

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

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

 span { border-color: rgb(219,192,150); }

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