#DBC196

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

Shades of Raffia #DBC196

Tints of Raffia #DBC196

Color information

#DBC196 (or 0xDBC196) is unknown color: approx Raffia. HEX triplet: DB, C1 and 96. RGB value is (219,193,150). Sum of RGB (Red+Green+Blue) = 219+193+150=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC196 is #243E69. Grayscale: #C4C4C4. Windows color (decimal): -2375274 or 9880027. OLE color: 9880027.

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

Color convert

RGB219193150-
CMYK00.120.320.14
HSL37.39º48.94%72.35%-
HSV(B)37.39º31.51%85.88%-
XYZ53.7955.436.71-
YUV195.87102.11144.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=38.97%
G=34.34%
B=26.69%

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
Decimal21919315000.120.320.1437.3948.9472.35
HexDBC1960C20E253148
Octal33330122601440164561110
Binary1101101111000001100101100110010000011101001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC196; }

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

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

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

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

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

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

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

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