Html Css Color HEX #DC862D Dixie

📋 copy color: '#DC862D'

red 220 ◦ green 134 ◦ blue 45

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

Shades of Dixie #DC862D

Tints of Dixie #DC862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

 BLUE value IS 45 (17.97% from 255) = 11.28%

R = 55.14%
G = 33.58%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC862D (or 0xDC862D) is known color: Dixie. HEX triplet: DC, 86 and 2D. RGB value is (220,134,45). Sum of RGB (Red+Green+Blue) = 220+134+45=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC862D is #2379D2. Grayscale: #969696. Windows color (decimal): -2324947 or 2983644. OLE color: 2983644.

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

Color convert

RGB 220 134 45 -
CMYK 0 0.39 0.80 0.14
HSL 30.51º 0.71% 0.52% -
HSV(B) 30.51º 0.8% 0.86% -
XYZ 38.51 32.46 6.72 -
YUV 149.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 220 134 45 0 0.39 0.80 0.14 30.51 0.71 0.52
Hex DC 86 2D 0 27 50 E 1F 47 34
Octal 334 206 55 0 47 120 16 37 107 64
Binary 11011100 10000110 101101 0 100111 1010000 1110 11111 1000111 110100

Color Harmonies of #DC862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC862D

Black with #DC862D

Text Example


Text Example

White with #DC862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC862D; }

 p { color: rgb(220,134,45); }

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

background-color css

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

 a { background-color: rgb(220,134,45); }

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

border-color css

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

 span { border-color: rgb(220,134,45); }

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