Html Css Color HEX #DC822B Dixie

📋 copy color: '#DC822B'

red 220 ◦ green 130 ◦ blue 43

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

Shades of Dixie #DC822B

Tints of Dixie #DC822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.94%

R = 55.98%
G = 33.08%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC822B (or 0xDC822B) is known color: Dixie. HEX triplet: DC, 82 and 2B. RGB value is (220,130,43). Sum of RGB (Red+Green+Blue) = 220+130+43=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC822B is #237DD4. Grayscale: #939393. Windows color (decimal): -2325973 or 2851548. OLE color: 2851548.

HSL color Cylindrical-coordinate representation of color #DC822B: hue angle of 29.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC822B is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 43 -
CMYK 0 0.41 0.80 0.14
HSL 29.49º 0.72% 0.52% -
HSV(B) 29.49º 0.8% 0.86% -
XYZ 37.93 31.36 6.34 -
YUV 146.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 220 130 43 0 0.41 0.80 0.14 29.49 0.72 0.52
Hex DC 82 2B 0 29 50 E 1D 48 34
Octal 334 202 53 0 51 120 16 35 110 64
Binary 11011100 10000010 101011 0 101001 1010000 1110 11101 1001000 110100

Color Harmonies of #DC822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC822B

Black with #DC822B

Text Example


Text Example

White with #DC822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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