Html Css Color HEX #D58427 Dixie

📋 copy color: '#D58427'

red 213 ◦ green 132 ◦ blue 39

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

Shades of Dixie #D58427

Tints of Dixie #D58427

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

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

R = 55.47%
G = 34.38%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D58427 (or 0xD58427) is known color: Dixie. HEX triplet: D5, 84 and 27. RGB value is (213,132,39). Sum of RGB (Red+Green+Blue) = 213+132+39=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D58427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58427 is #2A7BD8. Grayscale: #929292. Windows color (decimal): -2784217 or 2589909. OLE color: 2589909.

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

Color convert

RGB 213 132 39 -
CMYK 0 0.38 0.82 0.16
HSL 32.07º 0.69% 0.49% -
HSV(B) 32.07º 0.82% 0.84% -
XYZ 36.06 30.8 5.96 -
YUV 145.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 213 132 39 0 0.38 0.82 0.16 32.07 0.69 0.49
Hex D5 84 27 0 26 52 10 20 45 31
Octal 325 204 47 0 46 122 20 40 105 61
Binary 11010101 10000100 100111 0 100110 1010010 10000 100000 1000101 110001

Color Harmonies of #D58427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58427

Black with #D58427

Text Example


Text Example

White with #D58427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58427; }

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

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

background-color css

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

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

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

border-color css

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

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

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