Html Css Color HEX #DC822A Dixie

📋 copy color: '#DC822A'

red 220 ◦ green 130 ◦ blue 42

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

Shades of Dixie #DC822A

Tints of Dixie #DC822A

RGB

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

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

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

R = 56.12%
G = 33.16%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC822A (or 0xDC822A) is known color: Dixie. HEX triplet: DC, 82 and 2A. RGB value is (220,130,42). Sum of RGB (Red+Green+Blue) = 220+130+42=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC822A is #237DD5. Grayscale: #939393. Windows color (decimal): -2325974 or 2786012. OLE color: 2786012.

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

Color convert

RGB 220 130 42 -
CMYK 0 0.41 0.81 0.14
HSL 29.66º 0.72% 0.51% -
HSV(B) 29.66º 0.81% 0.86% -
XYZ 37.92 31.35 6.24 -
YUV 146.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 220 130 42 0 0.41 0.81 0.14 29.66 0.72 0.51
Hex DC 82 2A 0 29 51 E 1E 48 33
Octal 334 202 52 0 51 121 16 36 110 63
Binary 11011100 10000010 101010 0 101001 1010001 1110 11110 1001000 110011

Color Harmonies of #DC822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC822A

Black with #DC822A

Text Example


Text Example

White with #DC822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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