#D9BE99

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

Shades of Raffia #D9BE99

Tints of Raffia #D9BE99

Color information

#D9BE99 (or 0xD9BE99) is unknown color: approx Raffia. HEX triplet: D9, BE and 99. RGB value is (217,190,153). Sum of RGB (Red+Green+Blue) = 217+190+153=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE99 is #264166. Grayscale: #C2C2C2. Windows color (decimal): -2507111 or 10075865. OLE color: 10075865.

HSL color Cylindrical-coordinate representation of color #D9BE99: hue angle of 34.69º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9BE99 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217190153-
CMYK00.120.290.15
HSL34.69º45.71%72.55%-
HSV(B)34.69º29.49%85.1%-
XYZ52.7853.8837.75-
YUV193.86104.95144.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=38.75%
G=33.93%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719015300.120.290.1534.6945.7172.55
HexD9BE990C1DF232e49
Octal33127623101435174356111
Binary110110011011111010011001011001110111111000111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BE99; }

 p { color: rgb(217,190,153); }

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

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

 a { background-color: rgb(217,190,153); }

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

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

 span { border-color: rgb(217,190,153); }

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