#DBBFA0

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

Shades of Raffia #DBBFA0

Tints of Raffia #DBBFA0

Color information

#DBBFA0 (or 0xDBBFA0) is unknown color: approx Raffia. HEX triplet: DB, BF and A0. RGB value is (219,191,160). Sum of RGB (Red+Green+Blue) = 219+191+160=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBFA0 is #24405F. Grayscale: #C3C3C3. Windows color (decimal): -2375776 or 10534875. OLE color: 10534875.

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

Color convert

RGB219191160-
CMYK00.130.270.14
HSL31.53º45.04%74.31%-
HSV(B)31.53º26.94%85.88%-
XYZ54.1954.8640.99-
YUV195.84107.78144.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=38.42%
G=33.51%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919116000.130.270.1431.5345.0474.31
HexDBBFA00D1BE202d4a
Octal33327724001533164055112
Binary110110111011111110100000011011101111101000001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFA0; }

 p { color: rgb(219,191,160); }

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

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

 a { background-color: rgb(219,191,160); }

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

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

 span { border-color: rgb(219,191,160); }

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