#DDC59A

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

Shades of Raffia #DDC59A

Tints of Raffia #DDC59A

Color information

#DDC59A (or 0xDDC59A) is unknown color: approx Raffia. HEX triplet: DD, C5 and 9A. RGB value is (221,197,154). Sum of RGB (Red+Green+Blue) = 221+197+154=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC59A is #223A65. Grayscale: #C7C7C7. Windows color (decimal): -2243174 or 10143197. OLE color: 10143197.

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

Color convert

RGB221197154-
CMYK00.110.300.13
HSL38.51º49.63%73.53%-
HSV(B)38.51º30.32%86.67%-
XYZ55.6257.6438.77-
YUV199.27102.45143.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 154 (60.55% from 255) = 26.92%
R=38.64%
G=34.44%
B=26.92%

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
Decimal22119715400.110.300.1338.5149.6373.53
HexDDC59A0B1ED27324a
Octal33530523201336154762112
Binary110111011100010110011010010111111011011001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC59A; }

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

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

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

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

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

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

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

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