Shades of Porsche #DFA468
Tints of Porsche #DFA468
RGB
CMYK
RGB Variations
Color information
#DFA468 (or 0xDFA468) is known color: Porsche. HEX triplet: DF, A4 and 68. RGB value is (223,164,104). Sum of RGB (Red+Green+Blue) = 223+164+104=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA468 is #205B97. Grayscale: #AFAFAF. Windows color (decimal): -2120600 or 6857951. OLE color: 6857951.
HSL color Cylindrical-coordinate representation of color #DFA468: hue angle of 30.25º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFA468 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 104 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.13 |
| HSL | 30.25º | 0.65% | 0.64% | - |
| HSV(B) | 30.25º | 0.53% | 0.87% | - |
| XYZ | 46.21 | 43.24 | 19.01 | - |
| YUV | 174.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 104 | 0 | 0.26 | 0.53 | 0.13 | 30.25 | 0.65 | 0.64 |
| Hex | DF | A4 | 68 | 0 | 1A | 35 | D | 1E | 41 | 40 |
| Octal | 337 | 244 | 150 | 0 | 32 | 65 | 15 | 36 | 101 | 100 |
| Binary | 11011111 | 10100100 | 1101000 | 0 | 11010 | 110101 | 1101 | 11110 | 1000001 | 1000000 |
Color Harmonies of #DFA468
Complementary color
Monochromatic Colors of #DFA468
Black with #DFA468
Text Example
Text Example
White with #DFA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA468; }
p { color: rgb(223,164,104); }
H1.HeaderClassName
{
color: #DFA468;
}
.AnyTagClassName
{
color: #DFA468;
}
</style>
background-color css
<style>
a { background-color: #DFA468; }
a { background-color: rgb(223,164,104); }
div.DivClassName
{
background-color: #DFA468;
}
.BgClassName
{
background-color: #DFA468;
}
</style>
border-color css
<style>
span { border-color: #DFA468; }
span { border-color: rgb(223,164,104); }
td.TdClassName
{
border-color: #DFA468;
}
.TagClassName
{
border-color: #DFA468;
}
</style>