Html Css Color HEX #D58531 Dixie

📋 copy color: '#D58531'

red 213 ◦ green 133 ◦ blue 49

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

Shades of Dixie #D58531

Tints of Dixie #D58531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 53.92%
G = 33.67%
B = 12.41%

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

#D58531 (or 0xD58531) is known color: Dixie. HEX triplet: D5, 85 and 31. RGB value is (213,133,49). Sum of RGB (Red+Green+Blue) = 213+133+49=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D58531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58531 is #2A7ACE. Grayscale: #939393. Windows color (decimal): -2783951 or 3245525. OLE color: 3245525.

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

Color convert

RGB 213 133 49 -
CMYK 0 0.38 0.77 0.16
HSL 30.73º 0.66% 0.51% -
HSV(B) 30.73º 0.77% 0.84% -
XYZ 36.38 31.14 7 -
YUV 147.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 213 133 49 0 0.38 0.77 0.16 30.73 0.66 0.51
Hex D5 85 31 0 26 4D 10 1F 42 33
Octal 325 205 61 0 46 115 20 37 102 63
Binary 11010101 10000101 110001 0 100110 1001101 10000 11111 1000010 110011

Color Harmonies of #D58531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58531

Black with #D58531

Text Example


Text Example

White with #D58531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58531; }

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

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

background-color css

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

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

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

border-color css

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

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

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