Html Css Color HEX #D58428 Dixie

📋 copy color: '#D58428'

red 213 ◦ green 132 ◦ blue 40

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

Shades of Dixie #D58428

Tints of Dixie #D58428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.39%

R = 55.32%
G = 34.29%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D58428 (or 0xD58428) is known color: Dixie. HEX triplet: D5, 84 and 28. RGB value is (213,132,40). Sum of RGB (Red+Green+Blue) = 213+132+40=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D58428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58428 is #2A7BD7. Grayscale: #929292. Windows color (decimal): -2784216 or 2655445. OLE color: 2655445.

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

Color convert

RGB 213 132 40 -
CMYK 0 0.38 0.81 0.16
HSL 31.91º 0.68% 0.5% -
HSV(B) 31.91º 0.81% 0.84% -
XYZ 36.07 30.8 6.05 -
YUV 145.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 213 132 40 0 0.38 0.81 0.16 31.91 0.68 0.5
Hex D5 84 28 0 26 51 10 20 44 32
Octal 325 204 50 0 46 121 20 40 104 62
Binary 11010101 10000100 101000 0 100110 1010001 10000 100000 1000100 110010

Color Harmonies of #D58428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58428

Black with #D58428

Text Example


Text Example

White with #D58428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58428; }

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

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

background-color css

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

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

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

border-color css

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

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

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