Html Css Color HEX #DC852E Dixie

📋 copy color: '#DC852E'

red 220 ◦ green 133 ◦ blue 46

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

Shades of Dixie #DC852E

Tints of Dixie #DC852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.53%

R = 55.14%
G = 33.33%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC852E (or 0xDC852E) is known color: Dixie. HEX triplet: DC, 85 and 2E. RGB value is (220,133,46). Sum of RGB (Red+Green+Blue) = 220+133+46=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC852E is #237AD1. Grayscale: #959595. Windows color (decimal): -2325202 or 3048924. OLE color: 3048924.

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

Color convert

RGB 220 133 46 -
CMYK 0 0.40 0.79 0.14
HSL 30º 0.71% 0.52% -
HSV(B) 30º 0.79% 0.86% -
XYZ 38.4 32.19 6.77 -
YUV 149.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 220 133 46 0 0.40 0.79 0.14 30 0.71 0.52
Hex DC 85 2E 0 28 4F E 1E 47 34
Octal 334 205 56 0 50 117 16 36 107 64
Binary 11011100 10000101 101110 0 101000 1001111 1110 11110 1000111 110100

Color Harmonies of #DC852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC852E

Black with #DC852E

Text Example


Text Example

White with #DC852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC852E; }

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

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

background-color css

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

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

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

border-color css

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

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

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