#D68628

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

Shades of Dixie #D68628

Tints of Dixie #D68628

Color information

#D68628 (or 0xD68628) is unknown color: approx Dixie. HEX triplet: D6, 86 and 28. RGB value is (214,134,40). Sum of RGB (Red+Green+Blue) = 214+134+40=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D68628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68628 is #2979D7. Grayscale: #939393. Windows color (decimal): -2718168 or 2655958. OLE color: 2655958.

HSL color Cylindrical-coordinate representation of color #D68628: hue angle of 32.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D68628 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21413440-
CMYK00.370.810.16
HSL32.41º68.5%49.8%-
HSV(B)32.41º81.31%83.92%-
XYZ36.6431.56.16-
YUV147.267.5175.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.15%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 40 (16.02% from 255) = 10.31%
R=55.15%
G=34.54%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141344000.370.810.1632.4168.549.8
HexD686280255110204532
Octal32620650045121204010562
Binary110101101000011010100001001011010001100001000001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68628; }

 p { color: rgb(214,134,40); }

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

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

 a { background-color: rgb(214,134,40); }

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

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

 span { border-color: rgb(214,134,40); }

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