#DBC193

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

Shades of Raffia #DBC193

Tints of Raffia #DBC193

Color information

#DBC193 (or 0xDBC193) is unknown color: approx Raffia. HEX triplet: DB, C1 and 93. RGB value is (219,193,147). Sum of RGB (Red+Green+Blue) = 219+193+147=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC193 is #243E6C. Grayscale: #C3C3C3. Windows color (decimal): -2375277 or 9683419. OLE color: 9683419.

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

Color convert

RGB219193147-
CMYK00.120.330.14
HSL38.33º50%71.76%-
HSV(B)38.33º32.88%85.88%-
XYZ53.5555.3135.46-
YUV195.53100.61144.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=39.18%
G=34.53%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919314700.120.330.1438.335071.76
HexDBC1930C21E263248
Octal33330122301441164662110
Binary1101101111000001100100110110010000111101001101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC193; }

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

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

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

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

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

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

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

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