Html Css Color HEX #D58536 Dixie

📋 copy color: '#D58536'

red 213 ◦ green 133 ◦ blue 54

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

Shades of Dixie #D58536

Tints of Dixie #D58536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.5%

R = 53.25%
G = 33.25%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D58536 (or 0xD58536) is known color: Dixie. HEX triplet: D5, 85 and 36. RGB value is (213,133,54). Sum of RGB (Red+Green+Blue) = 213+133+54=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D58536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58536 is #2A7AC9. Grayscale: #949494. Windows color (decimal): -2783946 or 3573205. OLE color: 3573205.

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

Color convert

RGB 213 133 54 -
CMYK 0 0.38 0.75 0.16
HSL 29.81º 0.65% 0.52% -
HSV(B) 29.81º 0.75% 0.84% -
XYZ 36.49 31.19 7.59 -
YUV 147.91 75 174.42 -
System Red Green Blue C M Y K H S L
Decimal 213 133 54 0 0.38 0.75 0.16 29.81 0.65 0.52
Hex D5 85 36 0 26 4B 10 1E 41 34
Octal 325 205 66 0 46 113 20 36 101 64
Binary 11010101 10000101 110110 0 100110 1001011 10000 11110 1000001 110100

Color Harmonies of #D58536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58536

Black with #D58536

Text Example


Text Example

White with #D58536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58536; }

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

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

background-color css

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

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

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

border-color css

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

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

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