Html Css Color HEX #D58431 Dixie

📋 copy color: '#D58431'

red 213 ◦ green 132 ◦ blue 49

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

Shades of Dixie #D58431

Tints of Dixie #D58431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

 BLUE value IS 49 (19.53% from 255) = 12.44%

R = 54.06%
G = 33.5%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D58431 (or 0xD58431) is known color: Dixie. HEX triplet: D5, 84 and 31. RGB value is (213,132,49). Sum of RGB (Red+Green+Blue) = 213+132+49=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D58431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58431 is #2A7BCE. Grayscale: #939393. Windows color (decimal): -2784207 or 3245269. OLE color: 3245269.

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

Color convert

RGB 213 132 49 -
CMYK 0 0.38 0.77 0.16
HSL 30.37º 0.66% 0.51% -
HSV(B) 30.37º 0.77% 0.84% -
XYZ 36.25 30.87 6.95 -
YUV 146.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 213 132 49 0 0.38 0.77 0.16 30.37 0.66 0.51
Hex D5 84 31 0 26 4D 10 1E 42 33
Octal 325 204 61 0 46 115 20 36 102 63
Binary 11010101 10000100 110001 0 100110 1001101 10000 11110 1000010 110011

Color Harmonies of #D58431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58431

Black with #D58431

Text Example


Text Example

White with #D58431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58431; }

 p { color: rgb(213,132,49); }

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

background-color css

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

 a { background-color: rgb(213,132,49); }

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

border-color css

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

 span { border-color: rgb(213,132,49); }

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