#DA8633

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

Shades of Dixie #DA8633

Tints of Dixie #DA8633

Color information

#DA8633 (or 0xDA8633) is unknown color: approx Dixie. HEX triplet: DA, 86 and 33. RGB value is (218,134,51). Sum of RGB (Red+Green+Blue) = 218+134+51=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8633 is #2579CC. Grayscale: #969696. Windows color (decimal): -2456013 or 3376858. OLE color: 3376858.

HSL color Cylindrical-coordinate representation of color #DA8633: hue angle of 29.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA8633 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB21813451-
CMYK00.390.770.15
HSL29.82º69.29%52.75%-
HSV(B)29.82º76.61%85.49%-
XYZ38.0432.197.34-
YUV149.6572.33176.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.09%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=54.09%
G=33.25%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181345100.390.770.1529.8269.2952.75
HexDA86330274DF1e4535
Octal33220663047115173610565
Binary1101101010000110110011010011110011011111111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8633; }

 p { color: rgb(218,134,51); }

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

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

 a { background-color: rgb(218,134,51); }

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

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

 span { border-color: rgb(218,134,51); }

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