#DC872F

Color #DC872F Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #DC872F

Tints of Dixie #DC872F

Color information

#DC872F (or 0xDC872F) is unknown color: approx Dixie. HEX triplet: DC, 87 and 2F. RGB value is (220,135,47). Sum of RGB (Red+Green+Blue) = 220+135+47=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC872F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC872F is #2378D0. Grayscale: #969696. Windows color (decimal): -2324689 or 3114972. OLE color: 3114972.

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

Color convert

RGB22013547-
CMYK00.390.790.14
HSL30.52º71.19%52.35%-
HSV(B)30.52º78.64%86.27%-
XYZ38.6932.756.97-
YUV150.3869.66177.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.73%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 47 (18.75% from 255) = 11.69%
R=54.73%
G=33.58%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201354700.390.790.1430.5271.1952.35
HexDC872F0274FE1f4734
Octal33420757047117163710764
Binary1101110010000111101111010011110011111110111111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC872F; }

 p { color: rgb(220,135,47); }

 H1.HeaderClassName
 {
   color: #DC872F;
 }
 .AnyTagClassName
 {
   color: #DC872F;
 }
</style>
background-color css

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

 a { background-color: rgb(220,135,47); }

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

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

 span { border-color: rgb(220,135,47); }

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