Html Css Color HEX #D58329 Dixie

📋 copy color: '#D58329'

red 213 ◦ green 131 ◦ blue 41

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

Shades of Dixie #D58329

Tints of Dixie #D58329

RGB

 RED value IS 213 (83.59% from 255) = 55.32%

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

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

R = 55.32%
G = 34.03%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D58329 (or 0xD58329) is known color: Dixie. HEX triplet: D5, 83 and 29. RGB value is (213,131,41). Sum of RGB (Red+Green+Blue) = 213+131+41=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D58329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58329 is #2A7CD6. Grayscale: #919191. Windows color (decimal): -2784471 or 2720725. OLE color: 2720725.

HSL color Cylindrical-coordinate representation of color #D58329: hue angle of 31.4º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D58329 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 41 -
CMYK 0 0.38 0.81 0.16
HSL 31.4º 0.68% 0.5% -
HSV(B) 31.4º 0.81% 0.84% -
XYZ 35.96 30.54 6.1 -
YUV 145.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 213 131 41 0 0.38 0.81 0.16 31.4 0.68 0.5
Hex D5 83 29 0 26 51 10 1F 44 32
Octal 325 203 51 0 46 121 20 37 104 62
Binary 11010101 10000011 101001 0 100110 1010001 10000 11111 1000100 110010

Color Harmonies of #D58329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58329

Black with #D58329

Text Example


Text Example

White with #D58329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58329; }

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

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

background-color css

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

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

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

border-color css

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

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

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