Html Css Color HEX #DC8346 Raw Sienna

📋 copy color: '#DC8346'

red 220 ◦ green 131 ◦ blue 70

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

Shades of Raw Sienna #DC8346

Tints of Raw Sienna #DC8346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

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

R = 52.26%
G = 31.12%
B = 16.63%

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

#DC8346 (or 0xDC8346) is known color: Raw Sienna. HEX triplet: DC, 83 and 46. RGB value is (220,131,70). Sum of RGB (Red+Green+Blue) = 220+131+70=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8346 is #237CB9. Grayscale: #969696. Windows color (decimal): -2325690 or 4621276. OLE color: 4621276.

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

Color convert

RGB 220 131 70 -
CMYK 0 0.40 0.68 0.14
HSL 24.4º 0.68% 0.57% -
HSV(B) 24.4º 0.68% 0.86% -
XYZ 38.74 31.89 9.91 -
YUV 150.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 220 131 70 0 0.40 0.68 0.14 24.4 0.68 0.57
Hex DC 83 46 0 28 44 E 18 44 39
Octal 334 203 106 0 50 104 16 30 104 71
Binary 11011100 10000011 1000110 0 101000 1000100 1110 11000 1000100 111001

Color Harmonies of #DC8346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8346

Black with #DC8346

Text Example


Text Example

White with #DC8346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8346; }

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

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

background-color css

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

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

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

border-color css

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

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

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