#DA8532

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

Shades of Dixie #DA8532

Tints of Dixie #DA8532

Color information

#DA8532 (or 0xDA8532) is unknown color: approx Dixie. HEX triplet: DA, 85 and 32. RGB value is (218,133,50). Sum of RGB (Red+Green+Blue) = 218+133+50=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8532 is #257ACD. Grayscale: #959595. Windows color (decimal): -2456270 or 3311066. OLE color: 3311066.

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

Color convert

RGB21813350-
CMYK00.390.770.15
HSL29.64º69.42%52.55%-
HSV(B)29.64º77.06%85.49%-
XYZ37.8831.917.18-
YUV148.9572.16177.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.36%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 50 (19.92% from 255) = 12.47%
R=54.36%
G=33.17%
B=12.47%

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
Decimal2181335000.390.770.1529.6469.4252.55
HexDA85320274DF1e4535
Octal33220562047115173610565
Binary1101101010000101110010010011110011011111111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8532; }

 p { color: rgb(218,133,50); }

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

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

 a { background-color: rgb(218,133,50); }

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

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

 span { border-color: rgb(218,133,50); }

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