#DDC59F

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

Shades of Raffia #DDC59F

Tints of Raffia #DDC59F

Color information

#DDC59F (or 0xDDC59F) is unknown color: approx Raffia. HEX triplet: DD, C5 and 9F. RGB value is (221,197,159). Sum of RGB (Red+Green+Blue) = 221+197+159=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59F is #223A60. Grayscale: #C8C8C8. Windows color (decimal): -2243169 or 10470877. OLE color: 10470877.

HSL color Cylindrical-coordinate representation of color #DDC59F: hue angle of 36.77º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDC59F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221197159-
CMYK00.110.280.13
HSL36.77º47.69%74.51%-
HSV(B)36.77º28.05%86.67%-
XYZ56.0457.8141.01-
YUV199.84104.95143.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 197 (77.34% from 255) = 34.14%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=38.30%
G=34.14%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119715900.110.280.1336.7747.6974.51
HexDDC59F0B1CD25304b
Octal33530523701334154560113
Binary110111011100010110011111010111110011011001011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC59F; }

 p { color: rgb(221,197,159); }

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

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

 a { background-color: rgb(221,197,159); }

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

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

 span { border-color: rgb(221,197,159); }

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