Shades of Porsche #DFA76B
Tints of Porsche #DFA76B
RGB
CMYK
RGB Variations
Color information
#DFA76B (or 0xDFA76B) is known color: Porsche. HEX triplet: DF, A7 and 6B. RGB value is (223,167,107). Sum of RGB (Red+Green+Blue) = 223+167+107=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA76B is #205894. Grayscale: #B1B1B1. Windows color (decimal): -2119829 or 7055327. OLE color: 7055327.
HSL color Cylindrical-coordinate representation of color #DFA76B: hue angle of 31.03º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFA76B is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 107 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.13 |
| HSL | 31.03º | 0.64% | 0.65% | - |
| HSV(B) | 31.03º | 0.52% | 0.87% | - |
| XYZ | 46.9 | 44.39 | 20.01 | - |
| YUV | 176.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 107 | 0 | 0.25 | 0.52 | 0.13 | 31.03 | 0.64 | 0.65 |
| Hex | DF | A7 | 6B | 0 | 19 | 34 | D | 1F | 40 | 41 |
| Octal | 337 | 247 | 153 | 0 | 31 | 64 | 15 | 37 | 100 | 101 |
| Binary | 11011111 | 10100111 | 1101011 | 0 | 11001 | 110100 | 1101 | 11111 | 1000000 | 1000001 |
Color Harmonies of #DFA76B
Complementary color
Monochromatic Colors of #DFA76B
Black with #DFA76B
Text Example
Text Example
White with #DFA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA76B; }
p { color: rgb(223,167,107); }
H1.HeaderClassName
{
color: #DFA76B;
}
.AnyTagClassName
{
color: #DFA76B;
}
</style>
background-color css
<style>
a { background-color: #DFA76B; }
a { background-color: rgb(223,167,107); }
div.DivClassName
{
background-color: #DFA76B;
}
.BgClassName
{
background-color: #DFA76B;
}
</style>
border-color css
<style>
span { border-color: #DFA76B; }
span { border-color: rgb(223,167,107); }
td.TdClassName
{
border-color: #DFA76B;
}
.TagClassName
{
border-color: #DFA76B;
}
</style>