#DDC19D

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

Shades of Raffia #DDC19D

Tints of Raffia #DDC19D

Color information

#DDC19D (or 0xDDC19D) is unknown color: approx Raffia. HEX triplet: DD, C1 and 9D. RGB value is (221,193,157). Sum of RGB (Red+Green+Blue) = 221+193+157=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC19D is #223E62. Grayscale: #C5C5C5. Windows color (decimal): -2244195 or 10338781. OLE color: 10338781.

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

Color convert

RGB221193157-
CMYK00.130.290.13
HSL33.75º48.48%74.12%-
HSV(B)33.75º28.96%86.67%-
XYZ54.9755.9539.8-
YUV197.27105.28144.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=38.70%
G=33.80%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119315700.130.290.1333.7548.4874.12
HexDDC19D0D1DD22304a
Octal33530123501535154260112
Binary110111011100000110011101011011110111011000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC19D; }

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

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

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

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

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

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

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

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