#D2822F

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

Shades of Dixie #D2822F

Tints of Dixie #D2822F

Color information

#D2822F (or 0xD2822F) is unknown color: approx Dixie. HEX triplet: D2, 82 and 2F. RGB value is (210,130,47). Sum of RGB (Red+Green+Blue) = 210+130+47=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2822F is #2D7DD0. Grayscale: #909090. Windows color (decimal): -2981329 or 3113682. OLE color: 3113682.

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

Color convert

RGB21013047-
CMYK00.380.780.18
HSL30.55º64.43%50.39%-
HSV(B)30.55º77.62%82.35%-
XYZ35.0729.876.61-
YUV144.4673174.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.26%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 47 (18.75% from 255) = 12.14%
R=54.26%
G=33.59%
B=12.14%

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
Decimal2101304700.380.780.1830.5564.4350.39
HexD2822F0264E121f4032
Octal32220257046116223710062
Binary11010010100000101011110100110100111010010111111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2822F; }

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

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

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

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

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

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

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

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