Html Css Color HEX #DA8329 Dixie

📋 copy color: '#DA8329'

red 218 ◦ green 131 ◦ blue 41

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

Shades of Dixie #DA8329

Tints of Dixie #DA8329

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

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

R = 55.9%
G = 33.59%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA8329 (or 0xDA8329) is known color: Dixie. HEX triplet: DA, 83 and 29. RGB value is (218,131,41). Sum of RGB (Red+Green+Blue) = 218+131+41=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8329 is #257CD6. Grayscale: #939393. Windows color (decimal): -2456791 or 2720730. OLE color: 2720730.

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

Color convert

RGB 218 131 41 -
CMYK 0 0.40 0.81 0.15
HSL 30.51º 0.71% 0.51% -
HSV(B) 30.51º 0.81% 0.85% -
XYZ 37.43 31.3 6.17 -
YUV 146.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 218 131 41 0 0.40 0.81 0.15 30.51 0.71 0.51
Hex DA 83 29 0 28 51 F 1F 47 33
Octal 332 203 51 0 50 121 17 37 107 63
Binary 11011010 10000011 101001 0 101000 1010001 1111 11111 1000111 110011

Color Harmonies of #DA8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8329

Black with #DA8329

Text Example


Text Example

White with #DA8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8329; }

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

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

background-color css

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

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

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

border-color css

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

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

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