#DDC59D

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

Shades of Raffia #DDC59D

Tints of Raffia #DDC59D

Color information

#DDC59D (or 0xDDC59D) is unknown color: approx Raffia. HEX triplet: DD, C5 and 9D. RGB value is (221,197,157). Sum of RGB (Red+Green+Blue) = 221+197+157=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59D is #223A62. Grayscale: #C7C7C7. Windows color (decimal): -2243171 or 10339805. OLE color: 10339805.

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

Color convert

RGB221197157-
CMYK00.110.290.13
HSL37.5º48.48%74.12%-
HSV(B)37.5º28.96%86.67%-
XYZ55.8757.7440.1-
YUV199.62103.95143.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=38.43%
G=34.26%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119715700.110.290.1337.548.4874.12
HexDDC59D0B1DD26304a
Octal33530523501335154660112
Binary110111011100010110011101010111110111011001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC59D; }

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

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

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

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

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

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

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

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