#D28431

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

Shades of Dixie #D28431

Tints of Dixie #D28431

Color information

#D28431 (or 0xD28431) is unknown color: approx Dixie. HEX triplet: D2, 84 and 31. RGB value is (210,132,49). Sum of RGB (Red+Green+Blue) = 210+132+49=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D28431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28431 is #2D7BCE. Grayscale: #929292. Windows color (decimal): -2980815 or 3245266. OLE color: 3245266.

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

Color convert

RGB21013249-
CMYK00.370.770.18
HSL30.93º64.14%50.78%-
HSV(B)30.93º76.67%82.35%-
XYZ35.3830.436.91-
YUV145.8673.34173.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.71%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 49 (19.53% from 255) = 12.53%
R=53.71%
G=33.76%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101324900.370.770.1830.9364.1450.78
HexD284310254D121f4033
Octal32220461045115223710063
Binary11010010100001001100010100101100110110010111111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28431; }

 p { color: rgb(210,132,49); }

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

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

 a { background-color: rgb(210,132,49); }

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

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

 span { border-color: rgb(210,132,49); }

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