#DC8452

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

Shades of Raw Sienna #DC8452

Tints of Raw Sienna #DC8452

Color information

#DC8452 (or 0xDC8452) is unknown color: approx Raw Sienna. HEX triplet: DC, 84 and 52. RGB value is (220,132,82). Sum of RGB (Red+Green+Blue) = 220+132+82=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8452 is #237BAD. Grayscale: #989898. Windows color (decimal): -2325422 or 5407964. OLE color: 5407964.

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

Color convert

RGB22013282-
CMYK00.400.630.14
HSL21.74º66.35%59.22%-
HSV(B)21.74º62.73%86.27%-
XYZ39.2932.3312.15-
YUV152.6188.15176.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.69%
GREEN value IS 132 (51.95% from 255) = 30.41%
BLUE value IS 82 (32.42% from 255) = 18.89%
R=50.69%
G=30.41%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201328200.400.630.1421.7466.3559.22
HexDC84520283FE16423b
Octal33420412205077162610273
Binary1101110010000100101001001010001111111110101101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8452; }

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

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

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

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

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

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

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

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