#D68533

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

Shades of Dixie #D68533

Tints of Dixie #D68533

Color information

#D68533 (or 0xD68533) is unknown color: approx Dixie. HEX triplet: D6, 85 and 33. RGB value is (214,133,51). Sum of RGB (Red+Green+Blue) = 214+133+51=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68533 is #297ACC. Grayscale: #949494. Windows color (decimal): -2718413 or 3376598. OLE color: 3376598.

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

Color convert

RGB21413351-
CMYK00.380.760.16
HSL30.18º66.53%51.96%-
HSV(B)30.18º76.17%83.92%-
XYZ36.7231.317.24-
YUV147.8773.34175.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 51 (20.31% from 255) = 12.81%
R=53.77%
G=33.42%
B=12.81%

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
Decimal2141335100.380.760.1630.1866.5351.96
HexD685330264C101e4334
Octal32620563046114203610364
Binary11010110100001011100110100110100110010000111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68533; }

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

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

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

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

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

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

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

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