#D7852B

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

Shades of Dixie #D7852B

Tints of Dixie #D7852B

Color information

#D7852B (or 0xD7852B) is unknown color: approx Dixie. HEX triplet: D7, 85 and 2B. RGB value is (215,133,43). Sum of RGB (Red+Green+Blue) = 215+133+43=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7852B is #287AD4. Grayscale: #939393. Windows color (decimal): -2652885 or 2852311. OLE color: 2852311.

HSL color Cylindrical-coordinate representation of color #D7852B: hue angle of 31.4º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7852B is Cyan = 0, Magento = 0.38, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB21513343-
CMYK00.380.80.16
HSL31.4º68.25%50.59%-
HSV(B)31.4º80%84.31%-
XYZ36.8531.46.4-
YUV147.2669.17176.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.99%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 43 (17.19% from 255) = 11.00%
R=54.99%
G=34.02%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.8
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151334300.380.80.1631.468.2550.59
HexD7852B02650101f4433
Octal32720553046120203710463
Binary11010111100001011010110100110101000010000111111000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7852B; }

 p { color: rgb(215,133,43); }

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

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

 a { background-color: rgb(215,133,43); }

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

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

 span { border-color: rgb(215,133,43); }

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