Html Css Color HEX #D58737 Dixie

📋 copy color: '#D58737'

red 213 ◦ green 135 ◦ blue 55

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

Shades of Dixie #D58737

Tints of Dixie #D58737

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

 BLUE value IS 55 (21.88% from 255) = 13.65%

R = 52.85%
G = 33.5%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D58737 (or 0xD58737) is known color: Dixie. HEX triplet: D5, 87 and 37. RGB value is (213,135,55). Sum of RGB (Red+Green+Blue) = 213+135+55=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D58737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58737 is #2A78C8. Grayscale: #959595. Windows color (decimal): -2783433 or 3639253. OLE color: 3639253.

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

Color convert

RGB 213 135 55 -
CMYK 0 0.37 0.74 0.16
HSL 30.38º 0.65% 0.53% -
HSV(B) 30.38º 0.74% 0.84% -
XYZ 36.79 31.75 7.8 -
YUV 149.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 213 135 55 0 0.37 0.74 0.16 30.38 0.65 0.53
Hex D5 87 37 0 25 4A 10 1E 41 35
Octal 325 207 67 0 45 112 20 36 101 65
Binary 11010101 10000111 110111 0 100101 1001010 10000 11110 1000001 110101

Color Harmonies of #D58737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58737

Black with #D58737

Text Example


Text Example

White with #D58737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58737; }

 p { color: rgb(213,135,55); }

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

background-color css

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

 a { background-color: rgb(213,135,55); }

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

border-color css

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

 span { border-color: rgb(213,135,55); }

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