Shades of Porsche #DFA55A
Tints of Porsche #DFA55A
RGB
CMYK
RGB Variations
Color information
#DFA55A (or 0xDFA55A) is known color: Porsche. HEX triplet: DF, A5 and 5A. RGB value is (223,165,90). Sum of RGB (Red+Green+Blue) = 223+165+90=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA55A is #205AA5. Grayscale: #AEAEAE. Windows color (decimal): -2120358 or 5940703. OLE color: 5940703.
HSL color Cylindrical-coordinate representation of color #DFA55A: hue angle of 33.83º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFA55A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 90 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.13 |
| HSL | 33.83º | 0.68% | 0.61% | - |
| HSV(B) | 33.83º | 0.6% | 0.87% | - |
| XYZ | 45.73 | 43.34 | 15.63 | - |
| YUV | 173.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 90 | 0 | 0.26 | 0.60 | 0.13 | 33.83 | 0.68 | 0.61 |
| Hex | DF | A5 | 5A | 0 | 1A | 3C | D | 22 | 44 | 3D |
| Octal | 337 | 245 | 132 | 0 | 32 | 74 | 15 | 42 | 104 | 75 |
| Binary | 11011111 | 10100101 | 1011010 | 0 | 11010 | 111100 | 1101 | 100010 | 1000100 | 111101 |
Color Harmonies of #DFA55A
Complementary color
Monochromatic Colors of #DFA55A
Black with #DFA55A
Text Example
Text Example
White with #DFA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA55A; }
p { color: rgb(223,165,90); }
H1.HeaderClassName
{
color: #DFA55A;
}
.AnyTagClassName
{
color: #DFA55A;
}
</style>
background-color css
<style>
a { background-color: #DFA55A; }
a { background-color: rgb(223,165,90); }
div.DivClassName
{
background-color: #DFA55A;
}
.BgClassName
{
background-color: #DFA55A;
}
</style>
border-color css
<style>
span { border-color: #DFA55A; }
span { border-color: rgb(223,165,90); }
td.TdClassName
{
border-color: #DFA55A;
}
.TagClassName
{
border-color: #DFA55A;
}
</style>