Html Css Color HEX #D58730 Dixie

📋 copy color: '#D58730'

red 213 ◦ green 135 ◦ blue 48

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

Shades of Dixie #D58730

Tints of Dixie #D58730

RGB

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

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

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

R = 53.79%
G = 34.09%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D58730 (or 0xD58730) is known color: Dixie. HEX triplet: D5, 87 and 30. RGB value is (213,135,48). Sum of RGB (Red+Green+Blue) = 213+135+48=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D58730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58730 is #2A78CF. Grayscale: #949494. Windows color (decimal): -2783440 or 3180501. OLE color: 3180501.

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

Color convert

RGB 213 135 48 -
CMYK 0 0.37 0.77 0.16
HSL 31.64º 0.66% 0.51% -
HSV(B) 31.64º 0.77% 0.84% -
XYZ 36.64 31.69 6.98 -
YUV 148.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 213 135 48 0 0.37 0.77 0.16 31.64 0.66 0.51
Hex D5 87 30 0 25 4D 10 20 42 33
Octal 325 207 60 0 45 115 20 40 102 63
Binary 11010101 10000111 110000 0 100101 1001101 10000 100000 1000010 110011

Color Harmonies of #D58730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58730

Black with #D58730

Text Example


Text Example

White with #D58730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58730; }

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

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

background-color css

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

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

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

border-color css

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

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

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