Html Css Color HEX #DA8129 Dixie

📋 copy color: '#DA8129'

red 218 ◦ green 129 ◦ blue 41

#DA8129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dixie #DA8129

Tints of Dixie #DA8129

RGB

 RED value IS 218 (85.55% from 255) = 56.19%

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 41 (16.41% from 255) = 10.57%

R = 56.19%
G = 33.25%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA8129 (or 0xDA8129) is known color: Dixie. HEX triplet: DA, 81 and 29. RGB value is (218,129,41). Sum of RGB (Red+Green+Blue) = 218+129+41=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8129 is #257ED6. Grayscale: #929292. Windows color (decimal): -2457303 or 2720218. OLE color: 2720218.

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

Color convert

RGB 218 129 41 -
CMYK 0 0.41 0.81 0.15
HSL 29.83º 0.71% 0.51% -
HSV(B) 29.83º 0.81% 0.85% -
XYZ 37.16 30.77 6.08 -
YUV 145.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 218 129 41 0 0.41 0.81 0.15 29.83 0.71 0.51
Hex DA 81 29 0 29 51 F 1E 47 33
Octal 332 201 51 0 51 121 17 36 107 63
Binary 11011010 10000001 101001 0 101001 1010001 1111 11110 1000111 110011

Color Harmonies of #DA8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8129

Black with #DA8129

Text Example


Text Example

White with #DA8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8129; }

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

 H1.HeaderClassName
 {
   color: #DA8129;
 }
 .AnyTagClassName
 {
   color: #DA8129;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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