Html Css Color HEX #DC842B Dixie

📋 copy color: '#DC842B'

red 220 ◦ green 132 ◦ blue 43

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

Shades of Dixie #DC842B

Tints of Dixie #DC842B

RGB

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

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

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

R = 55.7%
G = 33.42%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC842B (or 0xDC842B) is known color: Dixie. HEX triplet: DC, 84 and 2B. RGB value is (220,132,43). Sum of RGB (Red+Green+Blue) = 220+132+43=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC842B is #237BD4. Grayscale: #949494. Windows color (decimal): -2325461 or 2852060. OLE color: 2852060.

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

Color convert

RGB 220 132 43 -
CMYK 0 0.40 0.80 0.14
HSL 30.17º 0.72% 0.52% -
HSV(B) 30.17º 0.8% 0.86% -
XYZ 38.2 31.89 6.43 -
YUV 148.17 68.65 179.24 -
System Red Green Blue C M Y K H S L
Decimal 220 132 43 0 0.40 0.80 0.14 30.17 0.72 0.52
Hex DC 84 2B 0 28 50 E 1E 48 34
Octal 334 204 53 0 50 120 16 36 110 64
Binary 11011100 10000100 101011 0 101000 1010000 1110 11110 1001000 110100

Color Harmonies of #DC842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC842B

Black with #DC842B

Text Example


Text Example

White with #DC842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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