Shades of Porsche #DFA254
Tints of Porsche #DFA254
RGB
CMYK
RGB Variations
Color information
#DFA254 (or 0xDFA254) is known color: Porsche. HEX triplet: DF, A2 and 54. RGB value is (223,162,84). Sum of RGB (Red+Green+Blue) = 223+162+84=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA254 is #205DAB. Grayscale: #ABABAB. Windows color (decimal): -2121132 or 5546719. OLE color: 5546719.
HSL color Cylindrical-coordinate representation of color #DFA254: hue angle of 33.67º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFA254 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 84 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.13 |
| HSL | 33.67º | 0.68% | 0.6% | - |
| HSV(B) | 33.67º | 0.62% | 0.87% | - |
| XYZ | 44.95 | 42.17 | 14.16 | - |
| YUV | 171.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 84 | 0 | 0.27 | 0.62 | 0.13 | 33.67 | 0.68 | 0.6 |
| Hex | DF | A2 | 54 | 0 | 1B | 3E | D | 22 | 44 | 3C |
| Octal | 337 | 242 | 124 | 0 | 33 | 76 | 15 | 42 | 104 | 74 |
| Binary | 11011111 | 10100010 | 1010100 | 0 | 11011 | 111110 | 1101 | 100010 | 1000100 | 111100 |
Color Harmonies of #DFA254
Complementary color
Monochromatic Colors of #DFA254
Black with #DFA254
Text Example
Text Example
White with #DFA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA254; }
p { color: rgb(223,162,84); }
H1.HeaderClassName
{
color: #DFA254;
}
.AnyTagClassName
{
color: #DFA254;
}
</style>
background-color css
<style>
a { background-color: #DFA254; }
a { background-color: rgb(223,162,84); }
div.DivClassName
{
background-color: #DFA254;
}
.BgClassName
{
background-color: #DFA254;
}
</style>
border-color css
<style>
span { border-color: #DFA254; }
span { border-color: rgb(223,162,84); }
td.TdClassName
{
border-color: #DFA254;
}
.TagClassName
{
border-color: #DFA254;
}
</style>