Html Css Color HEX #D58430 Dixie

📋 copy color: '#D58430'

red 213 ◦ green 132 ◦ blue 48

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

Shades of Dixie #D58430

Tints of Dixie #D58430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.21%

R = 54.2%
G = 33.59%
B = 12.21%

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

#D58430 (or 0xD58430) is known color: Dixie. HEX triplet: D5, 84 and 30. RGB value is (213,132,48). Sum of RGB (Red+Green+Blue) = 213+132+48=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D58430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58430 is #2A7BCF. Grayscale: #939393. Windows color (decimal): -2784208 or 3179733. OLE color: 3179733.

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

Color convert

RGB 213 132 48 -
CMYK 0 0.38 0.77 0.16
HSL 30.55º 0.66% 0.51% -
HSV(B) 30.55º 0.77% 0.84% -
XYZ 36.23 30.86 6.84 -
YUV 146.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 213 132 48 0 0.38 0.77 0.16 30.55 0.66 0.51
Hex D5 84 30 0 26 4D 10 1F 42 33
Octal 325 204 60 0 46 115 20 37 102 63
Binary 11010101 10000100 110000 0 100110 1001101 10000 11111 1000010 110011

Color Harmonies of #D58430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58430

Black with #D58430

Text Example


Text Example

White with #D58430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58430; }

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

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

background-color css

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

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

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

border-color css

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

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

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