#DBC494

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

Shades of Raffia #DBC494

Tints of Raffia #DBC494

Color information

#DBC494 (or 0xDBC494) is unknown color: approx Raffia. HEX triplet: DB, C4 and 94. RGB value is (219,196,148). Sum of RGB (Red+Green+Blue) = 219+196+148=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC494 is #243B6B. Grayscale: #C5C5C5. Windows color (decimal): -2374508 or 9749723. OLE color: 9749723.

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

Color convert

RGB219196148-
CMYK00.110.320.14
HSL40.56º49.65%71.96%-
HSV(B)40.56º32.42%85.88%-
XYZ54.356.6836.1-
YUV197.4100.12143.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=38.90%
G=34.81%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919614800.110.320.1440.5649.6571.96
HexDBC4940B20E293248
Octal33330422401340165162110
Binary1101101111000100100101000101110000011101010011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC494; }

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

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

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

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

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

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

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

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