#DDC09D

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

Shades of Raffia #DDC09D

Tints of Raffia #DDC09D

Color information

#DDC09D (or 0xDDC09D) is unknown color: approx Raffia. HEX triplet: DD, C0 and 9D. RGB value is (221,192,157). Sum of RGB (Red+Green+Blue) = 221+192+157=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09D is #223F62. Grayscale: #C4C4C4. Windows color (decimal): -2244451 or 10338525. OLE color: 10338525.

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

Color convert

RGB221192157-
CMYK00.130.290.13
HSL32.81º48.48%74.12%-
HSV(B)32.81º28.96%86.67%-
XYZ54.7555.5139.73-
YUV196.68105.61145.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 157 (61.72% from 255) = 27.54%
R=38.77%
G=33.68%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119215700.130.290.1332.8148.4874.12
HexDDC09D0D1DD21304a
Octal33530023501535154160112
Binary110111011100000010011101011011110111011000011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC09D; }

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

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

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

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

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

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

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

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