#DBC09A

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

Shades of Raffia #DBC09A

Tints of Raffia #DBC09A

Color information

#DBC09A (or 0xDBC09A) is unknown color: approx Raffia. HEX triplet: DB, C0 and 9A. RGB value is (219,192,154). Sum of RGB (Red+Green+Blue) = 219+192+154=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC09A is #243F65. Grayscale: #C3C3C3. Windows color (decimal): -2375526 or 10141915. OLE color: 10141915.

HSL color Cylindrical-coordinate representation of color #DBC09A: hue angle of 35.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBC09A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219192154-
CMYK00.120.300.14
HSL35.08º47.45%73.14%-
HSV(B)35.08º29.68%85.88%-
XYZ53.955.0938.37-
YUV195.74104.45144.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=38.76%
G=33.98%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919215400.120.300.1435.0847.4573.14
HexDBC09A0C1EE232f49
Octal33330023201436164357111
Binary110110111100000010011010011001111011101000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC09A; }

 p { color: rgb(219,192,154); }

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

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

 a { background-color: rgb(219,192,154); }

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

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

 span { border-color: rgb(219,192,154); }

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