#D9C093

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

Shades of Raffia #D9C093

Tints of Raffia #D9C093

Color information

#D9C093 (or 0xD9C093) is unknown color: approx Raffia. HEX triplet: D9, C0 and 93. RGB value is (217,192,147). Sum of RGB (Red+Green+Blue) = 217+192+147=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C093 is #263F6C. Grayscale: #C2C2C2. Windows color (decimal): -2506605 or 9683161. OLE color: 9683161.

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

Color convert

RGB217192147-
CMYK00.120.320.15
HSL38.57º47.95%71.37%-
HSV(B)38.57º32.26%85.1%-
XYZ52.7354.5635.36-
YUV194.34101.28144.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 147 (57.81% from 255) = 26.44%
R=39.03%
G=34.53%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719214700.120.320.1538.5747.9571.37
HexD9C0930C20F273047
Octal33130022301440174760107
Binary1101100111000000100100110110010000011111001111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C093; }

 p { color: rgb(217,192,147); }

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

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

 a { background-color: rgb(217,192,147); }

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

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

 span { border-color: rgb(217,192,147); }

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