#DBC19C

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

Shades of Raffia #DBC19C

Tints of Raffia #DBC19C

Color information

#DBC19C (or 0xDBC19C) is unknown color: approx Raffia. HEX triplet: DB, C1 and 9C. RGB value is (219,193,156). Sum of RGB (Red+Green+Blue) = 219+193+156=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC19C is #243E63. Grayscale: #C4C4C4. Windows color (decimal): -2375268 or 10273243. OLE color: 10273243.

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

Color convert

RGB219193156-
CMYK00.120.290.14
HSL35.24º46.67%73.53%-
HSV(B)35.24º28.77%85.88%-
XYZ54.2855.639.32-
YUV196.56105.11144.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 193 (75.78% from 255) = 33.98%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=38.56%
G=33.98%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919315600.120.290.1435.2446.6773.53
HexDBC19C0C1DE232f4a
Octal33330123401435164357112
Binary110110111100000110011100011001110111101000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC19C; }

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

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

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

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

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

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

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

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