#D3852C

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

Shades of Dixie #D3852C

Tints of Dixie #D3852C

Color information

#D3852C (or 0xD3852C) is unknown color: approx Dixie. HEX triplet: D3, 85 and 2C. RGB value is (211,133,44). Sum of RGB (Red+Green+Blue) = 211+133+44=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3852C is #2C7AD3. Grayscale: #929292. Windows color (decimal): -2915028 or 2917843. OLE color: 2917843.

HSL color Cylindrical-coordinate representation of color #D3852C: hue angle of 31.98º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3852C is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21113344-
CMYK00.370.790.17
HSL31.98º65.49%50%-
HSV(B)31.98º79.15%82.75%-
XYZ35.7130.816.45-
YUV146.1870.34174.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.38%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 44 (17.58% from 255) = 11.34%
R=54.38%
G=34.28%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111334400.370.790.1731.9865.4950
HexD3852C0254F11204132
Octal32320554045117214010162
Binary110100111000010110110001001011001111100011000001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3852C; }

 p { color: rgb(211,133,44); }

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

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

 a { background-color: rgb(211,133,44); }

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

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

 span { border-color: rgb(211,133,44); }

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