#D68333

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

Shades of Dixie #D68333

Tints of Dixie #D68333

Color information

#D68333 (or 0xD68333) is unknown color: approx Dixie. HEX triplet: D6, 83 and 33. RGB value is (214,131,51). Sum of RGB (Red+Green+Blue) = 214+131+51=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D68333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68333 is #297CCC. Grayscale: #939393. Windows color (decimal): -2718925 or 3376086. OLE color: 3376086.

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

Color convert

RGB21413151-
CMYK00.390.760.16
HSL29.45º66.53%51.96%-
HSV(B)29.45º76.17%83.92%-
XYZ36.4530.777.15-
YUV146.774176-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.04%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 51 (20.31% from 255) = 12.88%
R=54.04%
G=33.08%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141315100.390.760.1629.4566.5351.96
HexD683330274C101d4334
Octal32620363047114203510364
Binary11010110100000111100110100111100110010000111011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68333; }

 p { color: rgb(214,131,51); }

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

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

 a { background-color: rgb(214,131,51); }

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

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

 span { border-color: rgb(214,131,51); }

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