#D0852E

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

Shades of Dixie #D0852E

Tints of Dixie #D0852E

Color information

#D0852E (or 0xD0852E) is unknown color: approx Dixie. HEX triplet: D0, 85 and 2E. RGB value is (208,133,46). Sum of RGB (Red+Green+Blue) = 208+133+46=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0852E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0852E is #2F7AD1. Grayscale: #919191. Windows color (decimal): -3111634 or 3048912. OLE color: 3048912.

HSL color Cylindrical-coordinate representation of color #D0852E: hue angle of 32.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0852E is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20813346-
CMYK00.360.780.18
HSL32.22º63.78%49.8%-
HSV(B)32.22º77.88%81.57%-
XYZ34.8930.386.61-
YUV145.5171.85172.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.75%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=53.75%
G=34.37%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081334600.360.780.1832.2263.7849.8
HexD0852E0244E12204032
Octal32020556044116224010062
Binary110100001000010110111001001001001110100101000001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0852E; }

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

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

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

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

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

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

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

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