#DDC39F

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

Shades of Raffia #DDC39F

Tints of Raffia #DDC39F

Color information

#DDC39F (or 0xDDC39F) is unknown color: approx Raffia. HEX triplet: DD, C3 and 9F. RGB value is (221,195,159). Sum of RGB (Red+Green+Blue) = 221+195+159=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC39F is #223C60. Grayscale: #C6C6C6. Windows color (decimal): -2243681 or 10470365. OLE color: 10470365.

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

Color convert

RGB221195159-
CMYK00.120.280.13
HSL34.84º47.69%74.51%-
HSV(B)34.84º28.05%86.67%-
XYZ55.5956.9140.85-
YUV198.67105.61143.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=38.43%
G=33.91%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119515900.120.280.1334.8447.6974.51
HexDDC39F0C1CD23304b
Octal33530323701434154360113
Binary110111011100001110011111011001110011011000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC39F; }

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

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

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

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

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

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

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

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