#DA8429

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

Shades of Dixie #DA8429

Tints of Dixie #DA8429

Color information

#DA8429 (or 0xDA8429) is unknown color: approx Dixie. HEX triplet: DA, 84 and 29. RGB value is (218,132,41). Sum of RGB (Red+Green+Blue) = 218+132+41=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8429 is #257BD6. Grayscale: #939393. Windows color (decimal): -2456535 or 2720986. OLE color: 2720986.

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

Color convert

RGB21813241-
CMYK00.390.810.15
HSL30.85º70.52%50.78%-
HSV(B)30.85º81.19%85.49%-
XYZ37.5631.576.21-
YUV147.3467.99178.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.75%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 41 (16.41% from 255) = 10.49%
R=55.75%
G=33.76%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181324100.390.810.1530.8570.5250.78
HexDA842902751F1f4733
Octal33220451047121173710763
Binary1101101010000100101001010011110100011111111111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8429; }

 p { color: rgb(218,132,41); }

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

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

 a { background-color: rgb(218,132,41); }

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

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

 span { border-color: rgb(218,132,41); }

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