Html Css Color HEX #D58434 Dixie

📋 copy color: '#D58434'

red 213 ◦ green 132 ◦ blue 52

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

Shades of Dixie #D58434

Tints of Dixie #D58434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.1%

R = 53.65%
G = 33.25%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D58434 (or 0xD58434) is known color: Dixie. HEX triplet: D5, 84 and 34. RGB value is (213,132,52). Sum of RGB (Red+Green+Blue) = 213+132+52=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D58434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58434 is #2A7BCB. Grayscale: #939393. Windows color (decimal): -2784204 or 3441877. OLE color: 3441877.

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

Color convert

RGB 213 132 52 -
CMYK 0 0.38 0.76 0.16
HSL 29.81º 0.66% 0.52% -
HSV(B) 29.81º 0.76% 0.84% -
XYZ 36.31 30.9 7.3 -
YUV 147.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 213 132 52 0 0.38 0.76 0.16 29.81 0.66 0.52
Hex D5 84 34 0 26 4C 10 1E 42 34
Octal 325 204 64 0 46 114 20 36 102 64
Binary 11010101 10000100 110100 0 100110 1001100 10000 11110 1000010 110100

Color Harmonies of #D58434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58434

Black with #D58434

Text Example


Text Example

White with #D58434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58434; }

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

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

background-color css

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

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

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

border-color css

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

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

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