Html Css Color HEX #DC8449 Raw Sienna

📋 copy color: '#DC8449'

red 220 ◦ green 132 ◦ blue 73

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

Shades of Raw Sienna #DC8449

Tints of Raw Sienna #DC8449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

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

R = 51.76%
G = 31.06%
B = 17.18%

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

#DC8449 (or 0xDC8449) is known color: Raw Sienna. HEX triplet: DC, 84 and 49. RGB value is (220,132,73). Sum of RGB (Red+Green+Blue) = 220+132+73=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8449 is #237BB6. Grayscale: #979797. Windows color (decimal): -2325431 or 4818140. OLE color: 4818140.

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

Color convert

RGB 220 132 73 -
CMYK 0 0.40 0.67 0.14
HSL 24.08º 0.68% 0.57% -
HSV(B) 24.08º 0.67% 0.86% -
XYZ 38.97 32.2 10.46 -
YUV 151.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 220 132 73 0 0.40 0.67 0.14 24.08 0.68 0.57
Hex DC 84 49 0 28 43 E 18 44 39
Octal 334 204 111 0 50 103 16 30 104 71
Binary 11011100 10000100 1001001 0 101000 1000011 1110 11000 1000100 111001

Color Harmonies of #DC8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8449

Black with #DC8449

Text Example


Text Example

White with #DC8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8449; }

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

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

background-color css

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

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

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

border-color css

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

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

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