Html Css Color HEX #DC8249 Raw Sienna

📋 copy color: '#DC8249'

red 220 ◦ green 130 ◦ blue 73

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

Shades of Raw Sienna #DC8249

Tints of Raw Sienna #DC8249

RGB

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

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

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

R = 52.01%
G = 30.73%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC8249 (or 0xDC8249) is known color: Raw Sienna. HEX triplet: DC, 82 and 49. RGB value is (220,130,73). Sum of RGB (Red+Green+Blue) = 220+130+73=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8249 is #237DB6. Grayscale: #969696. Windows color (decimal): -2325943 or 4817628. OLE color: 4817628.

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

Color convert

RGB 220 130 73 -
CMYK 0 0.41 0.67 0.14
HSL 23.27º 0.68% 0.57% -
HSV(B) 23.27º 0.67% 0.86% -
XYZ 38.7 31.66 10.37 -
YUV 150.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 220 130 73 0 0.41 0.67 0.14 23.27 0.68 0.57
Hex DC 82 49 0 29 43 E 17 44 39
Octal 334 202 111 0 51 103 16 27 104 71
Binary 11011100 10000010 1001001 0 101001 1000011 1110 10111 1000100 111001

Color Harmonies of #DC8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8249

Black with #DC8249

Text Example


Text Example

White with #DC8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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