Html Css Color HEX #DC842A Dixie

📋 copy color: '#DC842A'

red 220 ◦ green 132 ◦ blue 42

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

Shades of Dixie #DC842A

Tints of Dixie #DC842A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.66%

R = 55.84%
G = 33.5%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC842A (or 0xDC842A) is known color: Dixie. HEX triplet: DC, 84 and 2A. RGB value is (220,132,42). Sum of RGB (Red+Green+Blue) = 220+132+42=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC842A is #237BD5. Grayscale: #949494. Windows color (decimal): -2325462 or 2786524. OLE color: 2786524.

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

Color convert

RGB 220 132 42 -
CMYK 0 0.40 0.81 0.14
HSL 30.34º 0.72% 0.51% -
HSV(B) 30.34º 0.81% 0.86% -
XYZ 38.18 31.89 6.33 -
YUV 148.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 220 132 42 0 0.40 0.81 0.14 30.34 0.72 0.51
Hex DC 84 2A 0 28 51 E 1E 48 33
Octal 334 204 52 0 50 121 16 36 110 63
Binary 11011100 10000100 101010 0 101000 1010001 1110 11110 1001000 110011

Color Harmonies of #DC842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC842A

Black with #DC842A

Text Example


Text Example

White with #DC842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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