#DBC29A

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

Shades of Raffia #DBC29A

Tints of Raffia #DBC29A

Color information

#DBC29A (or 0xDBC29A) is unknown color: approx Raffia. HEX triplet: DB, C2 and 9A. RGB value is (219,194,154). Sum of RGB (Red+Green+Blue) = 219+194+154=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29A is #243D65. Grayscale: #C5C5C5. Windows color (decimal): -2375014 or 10142427. OLE color: 10142427.

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

Color convert

RGB219194154-
CMYK00.110.300.14
HSL36.92º47.45%73.14%-
HSV(B)36.92º29.68%85.88%-
XYZ54.3455.9838.51-
YUV196.92103.78143.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 154 (60.55% from 255) = 27.16%
R=38.62%
G=34.22%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919415400.110.300.1436.9247.4573.14
HexDBC29A0B1EE252f49
Octal33330223201336164557111
Binary110110111100001010011010010111111011101001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC29A; }

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

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

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

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

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

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

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

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