#DBC79C

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

Shades of Raffia #DBC79C

Tints of Raffia #DBC79C

Color information

#DBC79C (or 0xDBC79C) is unknown color: approx Raffia. HEX triplet: DB, C7 and 9C. RGB value is (219,199,156). Sum of RGB (Red+Green+Blue) = 219+199+156=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC79C is #243863. Grayscale: #C8C8C8. Windows color (decimal): -2373732 or 10274779. OLE color: 10274779.

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

Color convert

RGB219199156-
CMYK00.090.290.14
HSL40.95º46.67%73.53%-
HSV(B)40.95º28.77%85.88%-
XYZ55.6458.3139.77-
YUV200.08103.13141.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=38.15%
G=34.67%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919915600.090.290.1440.9546.6773.53
HexDBC79C091DE292f4a
Octal33330723401135165157112
Binary110110111100011110011100010011110111101010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC79C; }

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

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

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

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

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

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

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

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