#DBC194

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

Shades of Raffia #DBC194

Tints of Raffia #DBC194

Color information

#DBC194 (or 0xDBC194) is unknown color: approx Raffia. HEX triplet: DB, C1 and 94. RGB value is (219,193,148). Sum of RGB (Red+Green+Blue) = 219+193+148=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC194 is #243E6B. Grayscale: #C3C3C3. Windows color (decimal): -2375276 or 9748955. OLE color: 9748955.

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

Color convert

RGB219193148-
CMYK00.120.320.14
HSL38.03º49.65%71.96%-
HSV(B)38.03º32.42%85.88%-
XYZ53.6355.3435.87-
YUV195.64101.11144.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=39.11%
G=34.46%
B=26.43%

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
Decimal21919314800.120.320.1438.0349.6571.96
HexDBC1940C20E263248
Octal33330122401440164662110
Binary1101101111000001100101000110010000011101001101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC194; }

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

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

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

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

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

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

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

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