#D38935

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

Shades of Dixie #D38935

Tints of Dixie #D38935

Color information

#D38935 (or 0xD38935) is unknown color: approx Dixie. HEX triplet: D3, 89 and 35. RGB value is (211,137,53). Sum of RGB (Red+Green+Blue) = 211+137+53=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D38935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38935 is #2C76CA. Grayscale: #959595. Windows color (decimal): -2913995 or 3508691. OLE color: 3508691.

HSL color Cylindrical-coordinate representation of color #D38935: hue angle of 31.9º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D38935 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB21113753-
CMYK00.350.750.17
HSL31.9º64.23%51.76%-
HSV(B)31.9º74.88%82.75%-
XYZ36.45327.62-
YUV149.5573.52171.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.62%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 53 (21.09% from 255) = 13.22%
R=52.62%
G=34.16%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111375300.350.750.1731.964.2351.76
HexD389350234B11204034
Octal32321165043113214010064
Binary110100111000100111010101000111001011100011000001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38935; }

 p { color: rgb(211,137,53); }

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

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

 a { background-color: rgb(211,137,53); }

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

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

 span { border-color: rgb(211,137,53); }

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