#DDC09B

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

Shades of Raffia #DDC09B

Tints of Raffia #DDC09B

Color information

#DDC09B (or 0xDDC09B) is unknown color: approx Raffia. HEX triplet: DD, C0 and 9B. RGB value is (221,192,155). Sum of RGB (Red+Green+Blue) = 221+192+155=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC09B is #223F64. Grayscale: #C4C4C4. Windows color (decimal): -2244453 or 10207453. OLE color: 10207453.

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

Color convert

RGB221192155-
CMYK00.130.300.13
HSL33.64º49.25%73.73%-
HSV(B)33.64º29.86%86.67%-
XYZ54.5855.4438.83-
YUV196.45104.61145.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=38.91%
G=33.80%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119215500.130.300.1333.6449.2573.73
HexDDC09B0D1ED22314a
Octal33530023301536154261112
Binary110111011100000010011011011011111011011000101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC09B; }

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

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

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

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

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

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

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

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