#D78633

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

Shades of Dixie #D78633

Tints of Dixie #D78633

Color information

#D78633 (or 0xD78633) is unknown color: approx Dixie. HEX triplet: D7, 86 and 33. RGB value is (215,134,51). Sum of RGB (Red+Green+Blue) = 215+134+51=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D78633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78633 is #2879CC. Grayscale: #959595. Windows color (decimal): -2652621 or 3376855. OLE color: 3376855.

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

Color convert

RGB21513451-
CMYK00.380.760.16
HSL30.37º67.21%52.16%-
HSV(B)30.37º76.28%84.31%-
XYZ37.1531.747.3-
YUV148.7672.84175.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.75%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=53.75%
G=33.5%
B=12.75%

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
Decimal2151345100.380.760.1630.3767.2152.16
HexD786330264C101e4334
Octal32720663046114203610364
Binary11010111100001101100110100110100110010000111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78633; }

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

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

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

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

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

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

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

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