#DBC29F

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

Shades of Raffia #DBC29F

Tints of Raffia #DBC29F

Color information

#DBC29F (or 0xDBC29F) is unknown color: approx Raffia. HEX triplet: DB, C2 and 9F. RGB value is (219,194,159). Sum of RGB (Red+Green+Blue) = 219+194+159=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29F is #243D60. Grayscale: #C5C5C5. Windows color (decimal): -2375009 or 10470107. OLE color: 10470107.

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

Color convert

RGB219194159-
CMYK00.110.270.14
HSL35º45.45%74.12%-
HSV(B)35º27.4%85.88%-
XYZ54.7656.1540.75-
YUV197.48106.28143.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 159 (62.5% from 255) = 27.80%
R=38.29%
G=33.92%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919415900.110.270.143545.4574.12
HexDBC29F0B1BE232d4a
Octal33330223701333164355112
Binary110110111100001010011111010111101111101000111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC29F; }

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

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

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

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

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

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

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

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