Shades of Porsche #DFA55C
Tints of Porsche #DFA55C
RGB
CMYK
RGB Variations
Color information
#DFA55C (or 0xDFA55C) is known color: Porsche. HEX triplet: DF, A5 and 5C. RGB value is (223,165,92). Sum of RGB (Red+Green+Blue) = 223+165+92=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA55C is #205AA3. Grayscale: #AEAEAE. Windows color (decimal): -2120356 or 6071775. OLE color: 6071775.
HSL color Cylindrical-coordinate representation of color #DFA55C: hue angle of 33.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFA55C is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 92 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.13 |
| HSL | 33.44º | 0.67% | 0.62% | - |
| HSV(B) | 33.44º | 0.59% | 0.87% | - |
| XYZ | 45.82 | 43.37 | 16.08 | - |
| YUV | 174.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 92 | 0 | 0.26 | 0.59 | 0.13 | 33.44 | 0.67 | 0.62 |
| Hex | DF | A5 | 5C | 0 | 1A | 3B | D | 21 | 43 | 3E |
| Octal | 337 | 245 | 134 | 0 | 32 | 73 | 15 | 41 | 103 | 76 |
| Binary | 11011111 | 10100101 | 1011100 | 0 | 11010 | 111011 | 1101 | 100001 | 1000011 | 111110 |
Color Harmonies of #DFA55C
Complementary color
Monochromatic Colors of #DFA55C
Black with #DFA55C
Text Example
Text Example
White with #DFA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA55C; }
p { color: rgb(223,165,92); }
H1.HeaderClassName
{
color: #DFA55C;
}
.AnyTagClassName
{
color: #DFA55C;
}
</style>
background-color css
<style>
a { background-color: #DFA55C; }
a { background-color: rgb(223,165,92); }
div.DivClassName
{
background-color: #DFA55C;
}
.BgClassName
{
background-color: #DFA55C;
}
</style>
border-color css
<style>
span { border-color: #DFA55C; }
span { border-color: rgb(223,165,92); }
td.TdClassName
{
border-color: #DFA55C;
}
.TagClassName
{
border-color: #DFA55C;
}
</style>