Html Css Color HEX #DC844A Raw Sienna

📋 copy color: '#DC844A'

red 220 ◦ green 132 ◦ blue 74

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

Shades of Raw Sienna #DC844A

Tints of Raw Sienna #DC844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 51.64%
G = 30.99%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC844A (or 0xDC844A) is known color: Raw Sienna. HEX triplet: DC, 84 and 4A. RGB value is (220,132,74). Sum of RGB (Red+Green+Blue) = 220+132+74=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC844A is #237BB5. Grayscale: #989898. Windows color (decimal): -2325430 or 4883676. OLE color: 4883676.

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

Color convert

RGB 220 132 74 -
CMYK 0 0.40 0.66 0.14
HSL 23.84º 0.68% 0.58% -
HSV(B) 23.84º 0.66% 0.86% -
XYZ 39 32.21 10.64 -
YUV 151.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 220 132 74 0 0.40 0.66 0.14 23.84 0.68 0.58
Hex DC 84 4A 0 28 42 E 18 44 3A
Octal 334 204 112 0 50 102 16 30 104 72
Binary 11011100 10000100 1001010 0 101000 1000010 1110 11000 1000100 111010

Color Harmonies of #DC844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC844A

Black with #DC844A

Text Example


Text Example

White with #DC844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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