#D68423

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

Shades of Dixie #D68423

Tints of Dixie #D68423

Color information

#D68423 (or 0xD68423) is unknown color: approx Dixie. HEX triplet: D6, 84 and 23. RGB value is (214,132,35). Sum of RGB (Red+Green+Blue) = 214+132+35=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D68423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68423 is #297BDC. Grayscale: #919191. Windows color (decimal): -2718685 or 2327766. OLE color: 2327766.

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

Color convert

RGB21413235-
CMYK00.380.840.16
HSL32.51º71.89%48.82%-
HSV(B)32.51º83.64%83.92%-
XYZ36.2930.925.65-
YUV145.4665.67176.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.17%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 35 (14.06% from 255) = 9.19%
R=56.17%
G=34.65%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141323500.380.840.1632.5171.8948.82
HexD684230265410214831
Octal32620443046124204111061
Binary110101101000010010001101001101010100100001000011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68423; }

 p { color: rgb(214,132,35); }

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

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

 a { background-color: rgb(214,132,35); }

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

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

 span { border-color: rgb(214,132,35); }

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