#DDC399

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

Shades of Raffia #DDC399

Tints of Raffia #DDC399

Color information

#DDC399 (or 0xDDC399) is unknown color: approx Raffia. HEX triplet: DD, C3 and 99. RGB value is (221,195,153). Sum of RGB (Red+Green+Blue) = 221+195+153=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC399 is #223C66. Grayscale: #C6C6C6. Windows color (decimal): -2243687 or 10077149. OLE color: 10077149.

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

Color convert

RGB221195153-
CMYK00.120.310.13
HSL37.06º50%73.33%-
HSV(B)37.06º30.77%86.67%-
XYZ55.0856.738.18-
YUV197.99102.61144.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=38.84%
G=34.27%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119515300.120.310.1337.065073.33
HexDDC3990C1FD253249
Octal33530323101437154562111
Binary110111011100001110011001011001111111011001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC399; }

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

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

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

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

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

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

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

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