#D9C392

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

Shades of Raffia #D9C392

Tints of Raffia #D9C392

Color information

#D9C392 (or 0xD9C392) is unknown color: approx Raffia. HEX triplet: D9, C3 and 92. RGB value is (217,195,146). Sum of RGB (Red+Green+Blue) = 217+195+146=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C392 is #263C6D. Grayscale: #C4C4C4. Windows color (decimal): -2505838 or 9618393. OLE color: 9618393.

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

Color convert

RGB217195146-
CMYK00.100.330.15
HSL41.41º48.3%71.18%-
HSV(B)41.41º32.72%85.1%-
XYZ53.3255.8635.17-
YUV195.9999.79142.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 146 (57.42% from 255) = 26.16%
R=38.89%
G=34.95%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719514600.100.330.1541.4148.371.18
HexD9C3920A21F293047
Octal33130322201241175160107
Binary1101100111000011100100100101010000111111010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C392; }

 p { color: rgb(217,195,146); }

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

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

 a { background-color: rgb(217,195,146); }

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

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

 span { border-color: rgb(217,195,146); }

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