#DBC19D

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

Shades of Raffia #DBC19D

Tints of Raffia #DBC19D

Color information

#DBC19D (or 0xDBC19D) is unknown color: approx Raffia. HEX triplet: DB, C1 and 9D. RGB value is (219,193,157). Sum of RGB (Red+Green+Blue) = 219+193+157=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC19D is #243E62. Grayscale: #C4C4C4. Windows color (decimal): -2375267 or 10338779. OLE color: 10338779.

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

Color convert

RGB219193157-
CMYK00.120.280.14
HSL34.84º46.27%73.73%-
HSV(B)34.84º28.31%85.88%-
XYZ54.3755.6339.77-
YUV196.67105.61143.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=38.49%
G=33.92%
B=27.59%

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
Decimal21919315700.120.280.1434.8446.2773.73
HexDBC19D0C1CE232e4a
Octal33330123501434164356112
Binary110110111100000110011101011001110011101000111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC19D; }

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

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

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

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

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

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

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

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