Html Css Color HEX #D58630 Dixie

📋 copy color: '#D58630'

red 213 ◦ green 134 ◦ blue 48

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

Shades of Dixie #D58630

Tints of Dixie #D58630

RGB

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

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

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

R = 53.92%
G = 33.92%
B = 12.15%

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

#D58630 (or 0xD58630) is known color: Dixie. HEX triplet: D5, 86 and 30. RGB value is (213,134,48). Sum of RGB (Red+Green+Blue) = 213+134+48=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D58630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58630 is #2A79CF. Grayscale: #949494. Windows color (decimal): -2783696 or 3180245. OLE color: 3180245.

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

Color convert

RGB 213 134 48 -
CMYK 0 0.37 0.77 0.16
HSL 31.27º 0.66% 0.51% -
HSV(B) 31.27º 0.77% 0.84% -
XYZ 36.5 31.41 6.94 -
YUV 147.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 213 134 48 0 0.37 0.77 0.16 31.27 0.66 0.51
Hex D5 86 30 0 25 4D 10 1F 42 33
Octal 325 206 60 0 45 115 20 37 102 63
Binary 11010101 10000110 110000 0 100101 1001101 10000 11111 1000010 110011

Color Harmonies of #D58630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58630

Black with #D58630

Text Example


Text Example

White with #D58630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58630; }

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

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

background-color css

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

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

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

border-color css

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

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

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