#DDC39D

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

Shades of Raffia #DDC39D

Tints of Raffia #DDC39D

Color information

#DDC39D (or 0xDDC39D) is unknown color: approx Raffia. HEX triplet: DD, C3 and 9D. RGB value is (221,195,157). Sum of RGB (Red+Green+Blue) = 221+195+157=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC39D is #223C62. Grayscale: #C6C6C6. Windows color (decimal): -2243683 or 10339293. OLE color: 10339293.

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

Color convert

RGB221195157-
CMYK00.120.290.13
HSL35.63º48.48%74.12%-
HSV(B)35.63º28.96%86.67%-
XYZ55.4256.8439.95-
YUV198.44104.61144.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=38.57%
G=34.03%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119515700.120.290.1335.6348.4874.12
HexDDC39D0C1DD24304a
Octal33530323501435154460112
Binary110111011100001110011101011001110111011001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC39D; }

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

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

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

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

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

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

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

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