#DC8449

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

Shades of Raw Sienna #DC8449

Tints of Raw Sienna #DC8449

Color information

#DC8449 (or 0xDC8449) is unknown color: approx Raw Sienna. HEX triplet: DC, 84 and 49. RGB value is (220,132,73). Sum of RGB (Red+Green+Blue) = 220+132+73=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8449 is #237BB6. Grayscale: #979797. Windows color (decimal): -2325431 or 4818140. OLE color: 4818140.

HSL color Cylindrical-coordinate representation of color #DC8449: hue angle of 24.08º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC8449 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22013273-
CMYK00.400.670.14
HSL24.08º67.74%57.45%-
HSV(B)24.08º66.82%86.27%-
XYZ38.9732.210.46-
YUV151.5983.65176.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.76%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 73 (28.91% from 255) = 17.18%
R=51.76%
G=31.06%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201327300.400.670.1424.0867.7457.45
HexDC844902843E184439
Octal334204111050103163010471
Binary11011100100001001001001010100010000111110110001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8449; }

 p { color: rgb(220,132,73); }

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

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

 a { background-color: rgb(220,132,73); }

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

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

 span { border-color: rgb(220,132,73); }

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