#DC814A

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

Shades of Raw Sienna #DC814A

Tints of Raw Sienna #DC814A

Color information

#DC814A (or 0xDC814A) is unknown color: approx Raw Sienna. HEX triplet: DC, 81 and 4A. RGB value is (220,129,74). Sum of RGB (Red+Green+Blue) = 220+129+74=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC814A is #237EB5. Grayscale: #969696. Windows color (decimal): -2326198 or 4882908. OLE color: 4882908.

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

Color convert

RGB22012974-
CMYK00.410.660.14
HSL22.6º67.59%57.65%-
HSV(B)22.6º66.36%86.27%-
XYZ38.631.4110.51-
YUV149.9485.15177.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 74 (29.30% from 255) = 17.49%
R=52.01%
G=30.50%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201297400.410.660.1422.667.5957.65
HexDC814A02942E17443a
Octal334201112051102162710472
Binary11011100100000011001010010100110000101110101111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC814A; }

 p { color: rgb(220,129,74); }

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

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

 a { background-color: rgb(220,129,74); }

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

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

 span { border-color: rgb(220,129,74); }

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