Html Css Color HEX #D58331 Dixie

📋 copy color: '#D58331'

red 213 ◦ green 131 ◦ blue 49

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

Shades of Dixie #D58331

Tints of Dixie #D58331

RGB

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

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

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

R = 54.2%
G = 33.33%
B = 12.47%

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

#D58331 (or 0xD58331) is known color: Dixie. HEX triplet: D5, 83 and 31. RGB value is (213,131,49). Sum of RGB (Red+Green+Blue) = 213+131+49=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D58331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58331 is #2A7CCE. Grayscale: #929292. Windows color (decimal): -2784463 or 3245013. OLE color: 3245013.

HSL color Cylindrical-coordinate representation of color #D58331: hue angle of 30º 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 #D58331 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 49 -
CMYK 0 0.38 0.77 0.16
HSL 30º 0.66% 0.51% -
HSV(B) 30º 0.77% 0.84% -
XYZ 36.11 30.6 6.91 -
YUV 146.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 213 131 49 0 0.38 0.77 0.16 30 0.66 0.51
Hex D5 83 31 0 26 4D 10 1E 42 33
Octal 325 203 61 0 46 115 20 36 102 63
Binary 11010101 10000011 110001 0 100110 1001101 10000 11110 1000010 110011

Color Harmonies of #D58331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58331

Black with #D58331

Text Example


Text Example

White with #D58331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58331; }

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

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

background-color css

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

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

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

border-color css

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

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

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