#D68535

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

Shades of Dixie #D68535

Tints of Dixie #D68535

Color information

#D68535 (or 0xD68535) is unknown color: approx Dixie. HEX triplet: D6, 85 and 35. RGB value is (214,133,53). Sum of RGB (Red+Green+Blue) = 214+133+53=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68535 is #297ACA. Grayscale: #949494. Windows color (decimal): -2718411 or 3507670. OLE color: 3507670.

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

Color convert

RGB21413353-
CMYK00.380.750.16
HSL29.81º66.26%52.35%-
HSV(B)29.81º75.23%83.92%-
XYZ36.7631.337.48-
YUV148.174.34175-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 53 (21.09% from 255) = 13.25%
R=53.5%
G=33.25%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141335300.380.750.1629.8166.2652.35
HexD685350264B101e4234
Octal32620565046113203610264
Binary11010110100001011101010100110100101110000111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68535; }

 p { color: rgb(214,133,53); }

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

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

 a { background-color: rgb(214,133,53); }

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

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

 span { border-color: rgb(214,133,53); }

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