#DDC799

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

Shades of Raffia #DDC799

Tints of Raffia #DDC799

Color information

#DDC799 (or 0xDDC799) is unknown color: approx Raffia. HEX triplet: DD, C7 and 99. RGB value is (221,199,153). Sum of RGB (Red+Green+Blue) = 221+199+153=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC799 is #223866. Grayscale: #C8C8C8. Windows color (decimal): -2242663 or 10078173. OLE color: 10078173.

HSL color Cylindrical-coordinate representation of color #DDC799: hue angle of 40.59º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDC799 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221199153-
CMYK00.100.310.13
HSL40.59º50%73.33%-
HSV(B)40.59º30.77%86.67%-
XYZ55.9958.5238.48-
YUV200.33101.29142.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 153 (60.16% from 255) = 26.70%
R=38.57%
G=34.73%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119915300.100.310.1340.595073.33
HexDDC7990A1FD293249
Octal33530723101237155162111
Binary110111011100011110011001010101111111011010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC799; }

 p { color: rgb(221,199,153); }

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

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

 a { background-color: rgb(221,199,153); }

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

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

 span { border-color: rgb(221,199,153); }

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