Html Css Color HEX #D58523 Dixie

📋 copy color: '#D58523'

red 213 ◦ green 133 ◦ blue 35

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

Shades of Dixie #D58523

Tints of Dixie #D58523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

 BLUE value IS 35 (14.06% from 255) = 9.19%

R = 55.91%
G = 34.91%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D58523 (or 0xD58523) is known color: Dixie. HEX triplet: D5, 85 and 23. RGB value is (213,133,35). Sum of RGB (Red+Green+Blue) = 213+133+35=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D58523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58523 is #2A7ADC. Grayscale: #929292. Windows color (decimal): -2783965 or 2328021. OLE color: 2328021.

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

Color convert

RGB 213 133 35 -
CMYK 0 0.38 0.84 0.16
HSL 33.03º 0.72% 0.49% -
HSV(B) 33.03º 0.84% 0.84% -
XYZ 36.13 31.04 5.68 -
YUV 145.75 65.5 175.97 -
System Red Green Blue C M Y K H S L
Decimal 213 133 35 0 0.38 0.84 0.16 33.03 0.72 0.49
Hex D5 85 23 0 26 54 10 21 48 31
Octal 325 205 43 0 46 124 20 41 110 61
Binary 11010101 10000101 100011 0 100110 1010100 10000 100001 1001000 110001

Color Harmonies of #D58523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58523

Black with #D58523

Text Example


Text Example

White with #D58523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58523; }

 p { color: rgb(213,133,35); }

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

background-color css

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

 a { background-color: rgb(213,133,35); }

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

border-color css

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

 span { border-color: rgb(213,133,35); }

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