#DDC699

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

Shades of Raffia #DDC699

Tints of Raffia #DDC699

Color information

#DDC699 (or 0xDDC699) is unknown color: approx Raffia. HEX triplet: DD, C6 and 99. RGB value is (221,198,153). Sum of RGB (Red+Green+Blue) = 221+198+153=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC699 is #223966. Grayscale: #C7C7C7. Windows color (decimal): -2242919 or 10077917. OLE color: 10077917.

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

Color convert

RGB221198153-
CMYK00.100.310.13
HSL39.71º50%73.33%-
HSV(B)39.71º30.77%86.67%-
XYZ55.7658.0638.4-
YUV199.75101.62143.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 153 (60.16% from 255) = 26.75%
R=38.64%
G=34.62%
B=26.75%

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
Decimal22119815300.100.310.1339.715073.33
HexDDC6990A1FD283249
Octal33530623101237155062111
Binary110111011100011010011001010101111111011010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC699; }

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

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

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

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

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

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

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

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