Html Css Color HEX #DC8350 Raw Sienna

📋 copy color: '#DC8350'

red 220 ◦ green 131 ◦ blue 80

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

Shades of Raw Sienna #DC8350

Tints of Raw Sienna #DC8350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 51.04%
G = 30.39%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC8350 (or 0xDC8350) is known color: Raw Sienna. HEX triplet: DC, 83 and 50. RGB value is (220,131,80). Sum of RGB (Red+Green+Blue) = 220+131+80=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8350 is #237CAF. Grayscale: #989898. Windows color (decimal): -2325680 or 5276636. OLE color: 5276636.

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

Color convert

RGB 220 131 80 -
CMYK 0 0.40 0.64 0.14
HSL 21.86º 0.67% 0.59% -
HSV(B) 21.86º 0.64% 0.86% -
XYZ 39.08 32.03 11.71 -
YUV 151.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 220 131 80 0 0.40 0.64 0.14 21.86 0.67 0.59
Hex DC 83 50 0 28 40 E 16 43 3B
Octal 334 203 120 0 50 100 16 26 103 73
Binary 11011100 10000011 1010000 0 101000 1000000 1110 10110 1000011 111011

Color Harmonies of #DC8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8350

Black with #DC8350

Text Example


Text Example

White with #DC8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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