#DDC59C

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

Shades of Raffia #DDC59C

Tints of Raffia #DDC59C

Color information

#DDC59C (or 0xDDC59C) is unknown color: approx Raffia. HEX triplet: DD, C5 and 9C. RGB value is (221,197,156). Sum of RGB (Red+Green+Blue) = 221+197+156=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59C is #223A63. Grayscale: #C7C7C7. Windows color (decimal): -2243172 or 10274269. OLE color: 10274269.

HSL color Cylindrical-coordinate representation of color #DDC59C: hue angle of 37.85º degrees, saturation: 0.49, 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 #DDC59C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221197156-
CMYK00.110.290.13
HSL37.85º48.87%73.92%-
HSV(B)37.85º29.41%86.67%-
XYZ55.7957.739.65-
YUV199.5103.45143.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=38.50%
G=34.32%
B=27.18%

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
Decimal22119715600.110.290.1337.8548.8773.92
HexDDC59C0B1DD26314a
Octal33530523401335154661112
Binary110111011100010110011100010111110111011001101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC59C; }

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

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

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

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

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

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

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

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