#D38531

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

Shades of Dixie #D38531

Tints of Dixie #D38531

Color information

#D38531 (or 0xD38531) is unknown color: approx Dixie. HEX triplet: D3, 85 and 31. RGB value is (211,133,49). Sum of RGB (Red+Green+Blue) = 211+133+49=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D38531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38531 is #2C7ACE. Grayscale: #939393. Windows color (decimal): -2915023 or 3245523. OLE color: 3245523.

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

Color convert

RGB21113349-
CMYK00.370.770.17
HSL31.11º64.8%50.98%-
HSV(B)31.11º76.78%82.75%-
XYZ35.8130.856.97-
YUV146.7572.84173.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.69%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 49 (19.53% from 255) = 12.47%
R=53.69%
G=33.84%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111334900.370.770.1731.1164.850.98
HexD385310254D111f4133
Octal32320561045115213710163
Binary11010011100001011100010100101100110110001111111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38531; }

 p { color: rgb(211,133,49); }

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

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

 a { background-color: rgb(211,133,49); }

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

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

 span { border-color: rgb(211,133,49); }

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