#DDC59B

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

Shades of Raffia #DDC59B

Tints of Raffia #DDC59B

Color information

#DDC59B (or 0xDDC59B) is unknown color: approx Raffia. HEX triplet: DD, C5 and 9B. RGB value is (221,197,155). Sum of RGB (Red+Green+Blue) = 221+197+155=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59B is #223A64. Grayscale: #C7C7C7. Windows color (decimal): -2243173 or 10208733. OLE color: 10208733.

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

Color convert

RGB221197155-
CMYK00.110.300.13
HSL38.18º49.25%73.73%-
HSV(B)38.18º29.86%86.67%-
XYZ55.757.6739.21-
YUV199.39102.95143.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 155 (60.94% from 255) = 27.05%
R=38.57%
G=34.38%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119715500.110.300.1338.1849.2573.73
HexDDC59B0B1ED26314a
Octal33530523301336154661112
Binary110111011100010110011011010111111011011001101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC59B; }

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

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

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

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

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

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

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

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