#D68433

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

Shades of Dixie #D68433

Tints of Dixie #D68433

Color information

#D68433 (or 0xD68433) is unknown color: approx Dixie. HEX triplet: D6, 84 and 33. RGB value is (214,132,51). Sum of RGB (Red+Green+Blue) = 214+132+51=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68433 is #297BCC. Grayscale: #939393. Windows color (decimal): -2718669 or 3376342. OLE color: 3376342.

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

Color convert

RGB21413251-
CMYK00.380.760.16
HSL29.82º66.53%51.96%-
HSV(B)29.82º76.17%83.92%-
XYZ36.5831.047.19-
YUV147.2873.67175.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.90%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 51 (20.31% from 255) = 12.85%
R=53.90%
G=33.25%
B=12.85%

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
Decimal2141325100.380.760.1629.8266.5351.96
HexD684330264C101e4334
Octal32620463046114203610364
Binary11010110100001001100110100110100110010000111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68433; }

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

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

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

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

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

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

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

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