#D78533

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

Shades of Dixie #D78533

Tints of Dixie #D78533

Color information

#D78533 (or 0xD78533) is unknown color: approx Dixie. HEX triplet: D7, 85 and 33. RGB value is (215,133,51). Sum of RGB (Red+Green+Blue) = 215+133+51=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D78533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78533 is #287ACC. Grayscale: #949494. Windows color (decimal): -2652877 or 3376599. OLE color: 3376599.

HSL color Cylindrical-coordinate representation of color #D78533: hue angle of 30º degrees, saturation: 0.67, 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 #D78533 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21513351-
CMYK00.380.760.16
HSL30º67.21%52.16%-
HSV(B)30º76.28%84.31%-
XYZ37.0131.467.25-
YUV148.1773.17175.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 12.78%
R=53.88%
G=33.33%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151335100.380.760.163067.2152.16
HexD785330264C101e4334
Octal32720563046114203610364
Binary11010111100001011100110100110100110010000111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78533; }

 p { color: rgb(215,133,51); }

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

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

 a { background-color: rgb(215,133,51); }

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

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

 span { border-color: rgb(215,133,51); }

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