Shades of Porsche #DFA76D
Tints of Porsche #DFA76D
RGB
CMYK
RGB Variations
Color information
#DFA76D (or 0xDFA76D) is known color: Porsche. HEX triplet: DF, A7 and 6D. RGB value is (223,167,109). Sum of RGB (Red+Green+Blue) = 223+167+109=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA76D is #205892. Grayscale: #B1B1B1. Windows color (decimal): -2119827 or 7186399. OLE color: 7186399.
HSL color Cylindrical-coordinate representation of color #DFA76D: hue angle of 30.53º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFA76D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 109 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.13 |
| HSL | 30.53º | 0.64% | 0.65% | - |
| HSV(B) | 30.53º | 0.51% | 0.87% | - |
| XYZ | 47.01 | 44.43 | 20.57 | - |
| YUV | 177.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 109 | 0 | 0.25 | 0.51 | 0.13 | 30.53 | 0.64 | 0.65 |
| Hex | DF | A7 | 6D | 0 | 19 | 33 | D | 1F | 40 | 41 |
| Octal | 337 | 247 | 155 | 0 | 31 | 63 | 15 | 37 | 100 | 101 |
| Binary | 11011111 | 10100111 | 1101101 | 0 | 11001 | 110011 | 1101 | 11111 | 1000000 | 1000001 |
Color Harmonies of #DFA76D
Complementary color
Monochromatic Colors of #DFA76D
Black with #DFA76D
Text Example
Text Example
White with #DFA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA76D; }
p { color: rgb(223,167,109); }
H1.HeaderClassName
{
color: #DFA76D;
}
.AnyTagClassName
{
color: #DFA76D;
}
</style>
background-color css
<style>
a { background-color: #DFA76D; }
a { background-color: rgb(223,167,109); }
div.DivClassName
{
background-color: #DFA76D;
}
.BgClassName
{
background-color: #DFA76D;
}
</style>
border-color css
<style>
span { border-color: #DFA76D; }
span { border-color: rgb(223,167,109); }
td.TdClassName
{
border-color: #DFA76D;
}
.TagClassName
{
border-color: #DFA76D;
}
</style>