#DDC39B

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

Shades of Raffia #DDC39B

Tints of Raffia #DDC39B

Color information

#DDC39B (or 0xDDC39B) is unknown color: approx Raffia. HEX triplet: DD, C3 and 9B. RGB value is (221,195,155). Sum of RGB (Red+Green+Blue) = 221+195+155=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC39B is #223C64. Grayscale: #C6C6C6. Windows color (decimal): -2243685 or 10208221. OLE color: 10208221.

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

Color convert

RGB221195155-
CMYK00.120.300.13
HSL36.36º49.25%73.73%-
HSV(B)36.36º29.86%86.67%-
XYZ55.2556.7739.06-
YUV198.21103.61144.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 155 (60.94% from 255) = 27.15%
R=38.70%
G=34.15%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119515500.120.300.1336.3649.2573.73
HexDDC39B0C1ED24314a
Octal33530323301436154461112
Binary110111011100001110011011011001111011011001001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC39B; }

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

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

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

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

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

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

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

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