Html Css Color HEX #DC8327 Dixie

📋 copy color: '#DC8327'

red 220 ◦ green 131 ◦ blue 39

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

Shades of Dixie #DC8327

Tints of Dixie #DC8327

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 39 (15.63% from 255) = 10%

R = 56.41%
G = 33.59%
B = 10%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC8327 (or 0xDC8327) is known color: Dixie. HEX triplet: DC, 83 and 27. RGB value is (220,131,39). Sum of RGB (Red+Green+Blue) = 220+131+39=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8327 is #237CD8. Grayscale: #939393. Windows color (decimal): -2325721 or 2589660. OLE color: 2589660.

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

Color convert

RGB 220 131 39 -
CMYK 0 0.40 0.82 0.14
HSL 30.5º 0.72% 0.51% -
HSV(B) 30.5º 0.82% 0.86% -
XYZ 38 31.59 6.02 -
YUV 147.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 220 131 39 0 0.40 0.82 0.14 30.5 0.72 0.51
Hex DC 83 27 0 28 52 E 1E 48 33
Octal 334 203 47 0 50 122 16 36 110 63
Binary 11011100 10000011 100111 0 101000 1010010 1110 11110 1001000 110011

Color Harmonies of #DC8327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8327

Black with #DC8327

Text Example


Text Example

White with #DC8327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8327; }

 p { color: rgb(220,131,39); }

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

background-color css

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

 a { background-color: rgb(220,131,39); }

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

border-color css

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

 span { border-color: rgb(220,131,39); }

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