#DBC09D

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

Shades of Raffia #DBC09D

Tints of Raffia #DBC09D

Color information

#DBC09D (or 0xDBC09D) is unknown color: approx Raffia. HEX triplet: DB, C0 and 9D. RGB value is (219,192,157). Sum of RGB (Red+Green+Blue) = 219+192+157=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC09D is #243F62. Grayscale: #C4C4C4. Windows color (decimal): -2375523 or 10338523. OLE color: 10338523.

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

Color convert

RGB219192157-
CMYK00.120.280.14
HSL33.87º46.27%73.73%-
HSV(B)33.87º28.31%85.88%-
XYZ54.1555.1939.7-
YUV196.08105.95144.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 157 (61.72% from 255) = 27.64%
R=38.56%
G=33.80%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919215700.120.280.1433.8746.2773.73
HexDBC09D0C1CE222e4a
Octal33330023501434164256112
Binary110110111100000010011101011001110011101000101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC09D; }

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

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

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

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

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

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

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

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