Html Css Color HEX #D58930 Dixie

📋 copy color: '#D58930'

red 213 ◦ green 137 ◦ blue 48

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

Shades of Dixie #D58930

Tints of Dixie #D58930

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

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

R = 53.52%
G = 34.42%
B = 12.06%

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

#D58930 (or 0xD58930) is known color: Dixie. HEX triplet: D5, 89 and 30. RGB value is (213,137,48). Sum of RGB (Red+Green+Blue) = 213+137+48=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D58930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58930 is #2A76CF. Grayscale: #969696. Windows color (decimal): -2782928 or 3181013. OLE color: 3181013.

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

Color convert

RGB 213 137 48 -
CMYK 0 0.36 0.77 0.16
HSL 32.36º 0.66% 0.51% -
HSV(B) 32.36º 0.77% 0.84% -
XYZ 36.92 32.25 7.08 -
YUV 149.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 213 137 48 0 0.36 0.77 0.16 32.36 0.66 0.51
Hex D5 89 30 0 24 4D 10 20 42 33
Octal 325 211 60 0 44 115 20 40 102 63
Binary 11010101 10001001 110000 0 100100 1001101 10000 100000 1000010 110011

Color Harmonies of #D58930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58930

Black with #D58930

Text Example


Text Example

White with #D58930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58930; }

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

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

background-color css

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

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

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

border-color css

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

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

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