Html Css Color HEX #DC8247 Raw Sienna

📋 copy color: '#DC8247'

red 220 ◦ green 130 ◦ blue 71

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

Shades of Raw Sienna #DC8247

Tints of Raw Sienna #DC8247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

 BLUE value IS 71 (28.13% from 255) = 16.86%

R = 52.26%
G = 30.88%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC8247 (or 0xDC8247) is known color: Raw Sienna. HEX triplet: DC, 82 and 47. RGB value is (220,130,71). Sum of RGB (Red+Green+Blue) = 220+130+71=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8247 is #237DB8. Grayscale: #969696. Windows color (decimal): -2325945 or 4686556. OLE color: 4686556.

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

Color convert

RGB 220 130 71 -
CMYK 0 0.41 0.68 0.14
HSL 23.76º 0.68% 0.57% -
HSV(B) 23.76º 0.68% 0.86% -
XYZ 38.64 31.64 10.03 -
YUV 150.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 220 130 71 0 0.41 0.68 0.14 23.76 0.68 0.57
Hex DC 82 47 0 29 44 E 18 44 39
Octal 334 202 107 0 51 104 16 30 104 71
Binary 11011100 10000010 1000111 0 101001 1000100 1110 11000 1000100 111001

Color Harmonies of #DC8247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8247

Black with #DC8247

Text Example


Text Example

White with #DC8247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8247; }

 p { color: rgb(220,130,71); }

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

background-color css

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

 a { background-color: rgb(220,130,71); }

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

border-color css

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

 span { border-color: rgb(220,130,71); }

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