#DDC99F

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

Shades of Raffia #DDC99F

Tints of Raffia #DDC99F

Color information

#DDC99F (or 0xDDC99F) is unknown color: approx Raffia. HEX triplet: DD, C9 and 9F. RGB value is (221,201,159). Sum of RGB (Red+Green+Blue) = 221+201+159=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99F is #223660. Grayscale: #CACACA. Windows color (decimal): -2242145 or 10471901. OLE color: 10471901.

HSL color Cylindrical-coordinate representation of color #DDC99F: hue angle of 40.65º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDC99F is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221201159-
CMYK00.090.280.13
HSL40.65º47.69%74.51%-
HSV(B)40.65º28.05%86.67%-
XYZ56.9659.6541.31-
YUV202.19103.63141.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 201 (78.91% from 255) = 34.60%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=38.04%
G=34.60%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120115900.090.280.1340.6547.6974.51
HexDDC99F091CD29304b
Octal33531123701134155160113
Binary110111011100100110011111010011110011011010011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC99F; }

 p { color: rgb(221,201,159); }

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

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

 a { background-color: rgb(221,201,159); }

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

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

 span { border-color: rgb(221,201,159); }

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