Shades of Dixie #D18723
Tints of Dixie #D18723
RGB
CMYK
RGB Variations
Color information
#D18723 (or 0xD18723) is known color: Dixie. HEX triplet: D1, 87 and 23. RGB value is (209,135,35). Sum of RGB (Red+Green+Blue) = 209+135+35=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D18723 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18723 is #2E78DC. Grayscale: #929292. Windows color (decimal): -3045597 or 2328529. OLE color: 2328529.
HSL color Cylindrical-coordinate representation of color #D18723: hue angle of 34.48º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18723 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 35 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.18 |
| HSL | 34.48º | 0.71% | 0.48% | - |
| HSV(B) | 34.48º | 0.83% | 0.82% | - |
| XYZ | 35.26 | 31 | 5.72 | - |
| YUV | 145.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 35 | 0 | 0.35 | 0.83 | 0.18 | 34.48 | 0.71 | 0.48 |
| Hex | D1 | 87 | 23 | 0 | 23 | 53 | 12 | 22 | 47 | 30 |
| Octal | 321 | 207 | 43 | 0 | 43 | 123 | 22 | 42 | 107 | 60 |
| Binary | 11010001 | 10000111 | 100011 | 0 | 100011 | 1010011 | 10010 | 100010 | 1000111 | 110000 |
Color Harmonies of #D18723
Complementary color
Monochromatic Colors of #D18723
Black with #D18723
Text Example
Text Example
White with #D18723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18723; }
p { color: rgb(209,135,35); }
H1.HeaderClassName
{
color: #D18723;
}
.AnyTagClassName
{
color: #D18723;
}
</style>
background-color css
<style>
a { background-color: #D18723; }
a { background-color: rgb(209,135,35); }
div.DivClassName
{
background-color: #D18723;
}
.BgClassName
{
background-color: #D18723;
}
</style>
border-color css
<style>
span { border-color: #D18723; }
span { border-color: rgb(209,135,35); }
td.TdClassName
{
border-color: #D18723;
}
.TagClassName
{
border-color: #D18723;
}
</style>