Html Css Color HEX #DC8546 Raw Sienna

📋 copy color: '#DC8546'

red 220 ◦ green 133 ◦ blue 70

#DC8546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Sienna #DC8546

Tints of Raw Sienna #DC8546

RGB

 RED value IS 220 (86.33% from 255) = 52.01%

 GREEN value IS 133 (52.34% from 255) = 31.44%

 BLUE value IS 70 (27.73% from 255) = 16.55%

R = 52.01%
G = 31.44%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC8546 (or 0xDC8546) is known color: Raw Sienna. HEX triplet: DC, 85 and 46. RGB value is (220,133,70). Sum of RGB (Red+Green+Blue) = 220+133+70=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8546 is #237AB9. Grayscale: #989898. Windows color (decimal): -2325178 or 4621788. OLE color: 4621788.

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

Color convert

RGB 220 133 70 -
CMYK 0 0.40 0.68 0.14
HSL 25.2º 0.68% 0.57% -
HSV(B) 25.2º 0.68% 0.86% -
XYZ 39.01 32.43 10 -
YUV 151.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 220 133 70 0 0.40 0.68 0.14 25.2 0.68 0.57
Hex DC 85 46 0 28 44 E 19 44 39
Octal 334 205 106 0 50 104 16 31 104 71
Binary 11011100 10000101 1000110 0 101000 1000100 1110 11001 1000100 111001

Color Harmonies of #DC8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8546

Black with #DC8546

Text Example


Text Example

White with #DC8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8546; }

 p { color: rgb(220,133,70); }

 H1.HeaderClassName
 {
   color: #DC8546;
 }
 .AnyTagClassName
 {
   color: #DC8546;
 }
</style>

background-color css

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

 a { background-color: rgb(220,133,70); }

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

border-color css

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

 span { border-color: rgb(220,133,70); }

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