Html Css Color HEX #DC8349 Raw Sienna

📋 copy color: '#DC8349'

red 220 ◦ green 131 ◦ blue 73

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

Shades of Raw Sienna #DC8349

Tints of Raw Sienna #DC8349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.22%

R = 51.89%
G = 30.9%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC8349 (or 0xDC8349) is known color: Raw Sienna. HEX triplet: DC, 83 and 49. RGB value is (220,131,73). Sum of RGB (Red+Green+Blue) = 220+131+73=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8349 is #237CB6. Grayscale: #979797. Windows color (decimal): -2325687 or 4817884. OLE color: 4817884.

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

Color convert

RGB 220 131 73 -
CMYK 0 0.40 0.67 0.14
HSL 23.67º 0.68% 0.57% -
HSV(B) 23.67º 0.67% 0.86% -
XYZ 38.83 31.93 10.42 -
YUV 151 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 220 131 73 0 0.40 0.67 0.14 23.67 0.68 0.57
Hex DC 83 49 0 28 43 E 18 44 39
Octal 334 203 111 0 50 103 16 30 104 71
Binary 11011100 10000011 1001001 0 101000 1000011 1110 11000 1000100 111001

Color Harmonies of #DC8349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8349

Black with #DC8349

Text Example


Text Example

White with #DC8349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8349; }

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

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

background-color css

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

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

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

border-color css

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

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

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