#d2822e

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

Shades of Dixie #D2822E

Tints of Dixie #D2822E

Color information

#D2822E (or 0xD2822E) is unknown color: approx Dixie. HEX triplet: D2, 82 and 2E. RGB value is (210,130,46). Sum of RGB (Red+Green+Blue) = 210+130+46=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2822E is #2D7DD1. Grayscale: #909090. Windows color (decimal): -2981330 or 3048146. OLE color: 3048146.

HSL color Cylindrical-coordinate representation of color #D2822E: hue angle of 30.73º degrees, saturation: 0.65, 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 #D2822E is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB21013046-
CMYK00.380.780.18
HSL30.73º64.57%50.2%-
HSV(B)30.73º78.1%82.35%-
XYZ35.0529.866.5-
YUV144.3472.5174.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.40%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 46 (18.36% from 255) = 11.92%
R=54.40%
G=33.68%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101304600.380.780.1830.7364.5750.2
HexD2822E0264E121f4132
Octal32220256046116223710162
Binary11010010100000101011100100110100111010010111111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2822e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2822e; }

 p { color: rgb(210,130,46); }

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

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

 a { background-color: rgb(210,130,46); }

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

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

 span { border-color: rgb(210,130,46); }

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