#DDC492

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

Shades of Raffia #DDC492

Tints of Raffia #DDC492

Color information

#DDC492 (or 0xDDC492) is unknown color: approx Raffia. HEX triplet: DD, C4 and 92. RGB value is (221,196,146). Sum of RGB (Red+Green+Blue) = 221+196+146=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC492 is #223B6D. Grayscale: #C6C6C6. Windows color (decimal): -2243438 or 9618653. OLE color: 9618653.

HSL color Cylindrical-coordinate representation of color #DDC492: hue angle of 40º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDC492 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221196146-
CMYK00.110.340.13
HSL40º52.45%71.96%-
HSV(B)40º33.94%86.67%-
XYZ54.7556.9335.3-
YUV197.7798.78144.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 146 (57.42% from 255) = 25.93%
R=39.25%
G=34.81%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119614600.110.340.134052.4571.96
HexDDC4920B22D283448
Octal33530422201342155064110
Binary1101110111000100100100100101110001011011010001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC492; }

 p { color: rgb(221,196,146); }

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

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

 a { background-color: rgb(221,196,146); }

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

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

 span { border-color: rgb(221,196,146); }

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