Html Css Color HEX #DC8446 Raw Sienna

📋 copy color: '#DC8446'

red 220 ◦ green 132 ◦ blue 70

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

Shades of Raw Sienna #DC8446

Tints of Raw Sienna #DC8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

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

R = 52.13%
G = 31.28%
B = 16.59%

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

#DC8446 (or 0xDC8446) is known color: Raw Sienna. HEX triplet: DC, 84 and 46. RGB value is (220,132,70). Sum of RGB (Red+Green+Blue) = 220+132+70=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8446 is #237BB9. Grayscale: #979797. Windows color (decimal): -2325434 or 4621532. OLE color: 4621532.

HSL color Cylindrical-coordinate representation of color #DC8446: hue angle of 24.8º 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 #DC8446 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 70 -
CMYK 0 0.40 0.68 0.14
HSL 24.8º 0.68% 0.57% -
HSV(B) 24.8º 0.68% 0.86% -
XYZ 38.87 32.16 9.95 -
YUV 151.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 220 132 70 0 0.40 0.68 0.14 24.8 0.68 0.57
Hex DC 84 46 0 28 44 E 19 44 39
Octal 334 204 106 0 50 104 16 31 104 71
Binary 11011100 10000100 1000110 0 101000 1000100 1110 11001 1000100 111001

Color Harmonies of #DC8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8446

Black with #DC8446

Text Example


Text Example

White with #DC8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8446; }

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

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

background-color css

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

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

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

border-color css

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

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

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