Html Css Color HEX #D58027 Dixie

📋 copy color: '#D58027'

red 213 ◦ green 128 ◦ blue 39

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

Shades of Dixie #D58027

Tints of Dixie #D58027

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 39 (15.63% from 255) = 10.26%

R = 56.05%
G = 33.68%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D58027 (or 0xD58027) is known color: Dixie. HEX triplet: D5, 80 and 27. RGB value is (213,128,39). Sum of RGB (Red+Green+Blue) = 213+128+39=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D58027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58027 is #2A7FD8. Grayscale: #8F8F8F. Windows color (decimal): -2785241 or 2588885. OLE color: 2588885.

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

Color convert

RGB 213 128 39 -
CMYK 0 0.40 0.82 0.16
HSL 30.69º 0.69% 0.49% -
HSV(B) 30.69º 0.82% 0.84% -
XYZ 35.53 29.73 5.79 -
YUV 143.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 213 128 39 0 0.40 0.82 0.16 30.69 0.69 0.49
Hex D5 80 27 0 28 52 10 1F 45 31
Octal 325 200 47 0 50 122 20 37 105 61
Binary 11010101 10000000 100111 0 101000 1010010 10000 11111 1000101 110001

Color Harmonies of #D58027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58027

Black with #D58027

Text Example


Text Example

White with #D58027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58027; }

 p { color: rgb(213,128,39); }

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

background-color css

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

 a { background-color: rgb(213,128,39); }

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

border-color css

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

 span { border-color: rgb(213,128,39); }

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