Html Css Color HEX #DC8328 Dixie

📋 copy color: '#DC8328'

red 220 ◦ green 131 ◦ blue 40

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

Shades of Dixie #DC8328

Tints of Dixie #DC8328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.23%

R = 56.27%
G = 33.5%
B = 10.23%

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

#DC8328 (or 0xDC8328) is known color: Dixie. HEX triplet: DC, 83 and 28. RGB value is (220,131,40). Sum of RGB (Red+Green+Blue) = 220+131+40=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8328 is #237CD7. Grayscale: #939393. Windows color (decimal): -2325720 or 2655196. OLE color: 2655196.

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

Color convert

RGB 220 131 40 -
CMYK 0 0.40 0.82 0.14
HSL 30.33º 0.72% 0.51% -
HSV(B) 30.33º 0.82% 0.86% -
XYZ 38.01 31.6 6.1 -
YUV 147.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 220 131 40 0 0.40 0.82 0.14 30.33 0.72 0.51
Hex DC 83 28 0 28 52 E 1E 48 33
Octal 334 203 50 0 50 122 16 36 110 63
Binary 11011100 10000011 101000 0 101000 1010010 1110 11110 1001000 110011

Color Harmonies of #DC8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8328

Black with #DC8328

Text Example


Text Example

White with #DC8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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