Html Css Color HEX #DC852A Dixie

📋 copy color: '#DC852A'

red 220 ◦ green 133 ◦ blue 42

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

Shades of Dixie #DC852A

Tints of Dixie #DC852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 55.7%
G = 33.67%
B = 10.63%

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

#DC852A (or 0xDC852A) is known color: Dixie. HEX triplet: DC, 85 and 2A. RGB value is (220,133,42). Sum of RGB (Red+Green+Blue) = 220+133+42=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC852A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC852A is #237AD5. Grayscale: #959595. Windows color (decimal): -2325206 or 2786780. OLE color: 2786780.

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

Color convert

RGB 220 133 42 -
CMYK 0 0.40 0.81 0.14
HSL 30.67º 0.72% 0.51% -
HSV(B) 30.67º 0.81% 0.86% -
XYZ 38.32 32.16 6.38 -
YUV 148.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 220 133 42 0 0.40 0.81 0.14 30.67 0.72 0.51
Hex DC 85 2A 0 28 51 E 1F 48 33
Octal 334 205 52 0 50 121 16 37 110 63
Binary 11011100 10000101 101010 0 101000 1010001 1110 11111 1001000 110011

Color Harmonies of #DC852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC852A

Black with #DC852A

Text Example


Text Example

White with #DC852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC852A; }

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

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

background-color css

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

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

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

border-color css

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

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

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