Shades of Porsche #DFA55F
Tints of Porsche #DFA55F
RGB
CMYK
RGB Variations
Color information
#DFA55F (or 0xDFA55F) is known color: Porsche. HEX triplet: DF, A5 and 5F. RGB value is (223,165,95). Sum of RGB (Red+Green+Blue) = 223+165+95=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA55F is #205AA0. Grayscale: #AEAEAE. Windows color (decimal): -2120353 or 6268383. OLE color: 6268383.
HSL color Cylindrical-coordinate representation of color #DFA55F: hue angle of 32.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFA55F is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 95 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.13 |
| HSL | 32.81º | 0.67% | 0.62% | - |
| HSV(B) | 32.81º | 0.57% | 0.87% | - |
| XYZ | 45.95 | 43.42 | 16.79 | - |
| YUV | 174.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 95 | 0 | 0.26 | 0.57 | 0.13 | 32.81 | 0.67 | 0.62 |
| Hex | DF | A5 | 5F | 0 | 1A | 39 | D | 21 | 43 | 3E |
| Octal | 337 | 245 | 137 | 0 | 32 | 71 | 15 | 41 | 103 | 76 |
| Binary | 11011111 | 10100101 | 1011111 | 0 | 11010 | 111001 | 1101 | 100001 | 1000011 | 111110 |
Color Harmonies of #DFA55F
Complementary color
Monochromatic Colors of #DFA55F
Black with #DFA55F
Text Example
Text Example
White with #DFA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA55F; }
p { color: rgb(223,165,95); }
H1.HeaderClassName
{
color: #DFA55F;
}
.AnyTagClassName
{
color: #DFA55F;
}
</style>
background-color css
<style>
a { background-color: #DFA55F; }
a { background-color: rgb(223,165,95); }
div.DivClassName
{
background-color: #DFA55F;
}
.BgClassName
{
background-color: #DFA55F;
}
</style>
border-color css
<style>
span { border-color: #DFA55F; }
span { border-color: rgb(223,165,95); }
td.TdClassName
{
border-color: #DFA55F;
}
.TagClassName
{
border-color: #DFA55F;
}
</style>