Html Css Color HEX #D58832 Dixie

📋 copy color: '#D58832'

red 213 ◦ green 136 ◦ blue 50

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

Shades of Dixie #D58832

Tints of Dixie #D58832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 53.38%
G = 34.09%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D58832 (or 0xD58832) is known color: Dixie. HEX triplet: D5, 88 and 32. RGB value is (213,136,50). Sum of RGB (Red+Green+Blue) = 213+136+50=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D58832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58832 is #2A77CD. Grayscale: #959595. Windows color (decimal): -2783182 or 3311829. OLE color: 3311829.

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

Color convert

RGB 213 136 50 -
CMYK 0 0.36 0.77 0.16
HSL 31.66º 0.66% 0.52% -
HSV(B) 31.66º 0.77% 0.84% -
XYZ 36.82 31.98 7.25 -
YUV 149.22 72.01 173.49 -
System Red Green Blue C M Y K H S L
Decimal 213 136 50 0 0.36 0.77 0.16 31.66 0.66 0.52
Hex D5 88 32 0 24 4D 10 20 42 34
Octal 325 210 62 0 44 115 20 40 102 64
Binary 11010101 10001000 110010 0 100100 1001101 10000 100000 1000010 110100

Color Harmonies of #D58832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58832

Black with #D58832

Text Example


Text Example

White with #D58832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58832; }

 p { color: rgb(213,136,50); }

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

background-color css

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

 a { background-color: rgb(213,136,50); }

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

border-color css

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

 span { border-color: rgb(213,136,50); }

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