#D9BE9A

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

Shades of Raffia #D9BE9A

Tints of Raffia #D9BE9A

Color information

#D9BE9A (or 0xD9BE9A) is unknown color: approx Raffia. HEX triplet: D9, BE and 9A. RGB value is (217,190,154). Sum of RGB (Red+Green+Blue) = 217+190+154=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BE9A is #264165. Grayscale: #C2C2C2. Windows color (decimal): -2507110 or 10141401. OLE color: 10141401.

HSL color Cylindrical-coordinate representation of color #D9BE9A: hue angle of 34.29º degrees, saturation: 0.45, 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 #D9BE9A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217190154-
CMYK00.120.290.15
HSL34.29º45.32%72.75%-
HSV(B)34.29º29.03%85.1%-
XYZ52.8653.9138.19-
YUV193.97105.45144.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=38.68%
G=33.87%
B=27.45%

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
Decimal21719015400.120.290.1534.2945.3272.75
HexD9BE9A0C1DF222d49
Octal33127623201435174255111
Binary110110011011111010011010011001110111111000101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BE9A; }

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

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

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

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

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

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

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

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