#DBC395

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

Shades of Raffia #DBC395

Tints of Raffia #DBC395

Color information

#DBC395 (or 0xDBC395) is unknown color: approx Raffia. HEX triplet: DB, C3 and 95. RGB value is (219,195,149). Sum of RGB (Red+Green+Blue) = 219+195+149=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC395 is #243C6A. Grayscale: #C5C5C5. Windows color (decimal): -2374763 or 9815003. OLE color: 9815003.

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

Color convert

RGB219195149-
CMYK00.110.320.14
HSL39.43º49.3%72.16%-
HSV(B)39.43º31.96%85.88%-
XYZ54.1556.2636.44-
YUV196.93100.95143.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=38.90%
G=34.64%
B=26.47%

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
Decimal21919514900.110.320.1439.4349.372.16
HexDBC3950B20E273148
Octal33330322501340164761110
Binary1101101111000011100101010101110000011101001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC395; }

 p { color: rgb(219,195,149); }

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

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

 a { background-color: rgb(219,195,149); }

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

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

 span { border-color: rgb(219,195,149); }

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