#D58833

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

Shades of Dixie #D58833

Tints of Dixie #D58833

Color information

#D58833 (or 0xD58833) is unknown color: approx Dixie. HEX triplet: D5, 88 and 33. RGB value is (213,136,51). Sum of RGB (Red+Green+Blue) = 213+136+51=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D58833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58833 is #2A77CC. Grayscale: #959595. Windows color (decimal): -2783181 or 3377365. OLE color: 3377365.

HSL color Cylindrical-coordinate representation of color #D58833: hue angle of 31.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D58833 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21313651-
CMYK00.360.760.16
HSL31.48º65.85%51.76%-
HSV(B)31.48º76.06%83.53%-
XYZ36.8431.997.37-
YUV149.3372.51173.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.25%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=53.25%
G=34%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131365100.360.760.1631.4865.8551.76
HexD588330244C101f4234
Octal32521063044114203710264
Binary11010101100010001100110100100100110010000111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58833; }

 p { color: rgb(213,136,51); }

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

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

 a { background-color: rgb(213,136,51); }

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

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

 span { border-color: rgb(213,136,51); }

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