Html Css Color HEX #D58624 Dixie

📋 copy color: '#D58624'

red 213 ◦ green 134 ◦ blue 36

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

Shades of Dixie #D58624

Tints of Dixie #D58624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 55.61%
G = 34.99%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D58624 (or 0xD58624) is known color: Dixie. HEX triplet: D5, 86 and 24. RGB value is (213,134,36). Sum of RGB (Red+Green+Blue) = 213+134+36=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D58624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58624 is #2A79DB. Grayscale: #929292. Windows color (decimal): -2783708 or 2393813. OLE color: 2393813.

HSL color Cylindrical-coordinate representation of color #D58624: hue angle of 33.22º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D58624 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 134 36 -
CMYK 0 0.37 0.83 0.16
HSL 33.22º 0.71% 0.49% -
HSV(B) 33.22º 0.83% 0.84% -
XYZ 36.28 31.32 5.8 -
YUV 146.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 213 134 36 0 0.37 0.83 0.16 33.22 0.71 0.49
Hex D5 86 24 0 25 53 10 21 47 31
Octal 325 206 44 0 45 123 20 41 107 61
Binary 11010101 10000110 100100 0 100101 1010011 10000 100001 1000111 110001

Color Harmonies of #D58624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58624

Black with #D58624

Text Example


Text Example

White with #D58624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58624; }

 p { color: rgb(213,134,36); }

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

background-color css

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

 a { background-color: rgb(213,134,36); }

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

border-color css

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

 span { border-color: rgb(213,134,36); }

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