Html Css Color HEX #D58127 Dixie

📋 copy color: '#D58127'

red 213 ◦ green 129 ◦ blue 39

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

Shades of Dixie #D58127

Tints of Dixie #D58127

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

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

R = 55.91%
G = 33.86%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D58127 (or 0xD58127) is known color: Dixie. HEX triplet: D5, 81 and 27. RGB value is (213,129,39). Sum of RGB (Red+Green+Blue) = 213+129+39=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D58127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58127 is #2A7ED8. Grayscale: #909090. Windows color (decimal): -2784985 or 2589141. OLE color: 2589141.

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

Color convert

RGB 213 129 39 -
CMYK 0 0.39 0.82 0.16
HSL 31.03º 0.69% 0.49% -
HSV(B) 31.03º 0.82% 0.84% -
XYZ 35.66 29.99 5.83 -
YUV 143.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 213 129 39 0 0.39 0.82 0.16 31.03 0.69 0.49
Hex D5 81 27 0 27 52 10 1F 45 31
Octal 325 201 47 0 47 122 20 37 105 61
Binary 11010101 10000001 100111 0 100111 1010010 10000 11111 1000101 110001

Color Harmonies of #D58127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58127

Black with #D58127

Text Example


Text Example

White with #D58127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58127; }

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

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

background-color css

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

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

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

border-color css

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

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

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