Shades of Porsche #DFA353
Tints of Porsche #DFA353
RGB
CMYK
RGB Variations
Color information
#DFA353 (or 0xDFA353) is known color: Porsche. HEX triplet: DF, A3 and 53. RGB value is (223,163,83). Sum of RGB (Red+Green+Blue) = 223+163+83=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA353 is #205CAC. Grayscale: #ACACAC. Windows color (decimal): -2120877 or 5481439. OLE color: 5481439.
HSL color Cylindrical-coordinate representation of color #DFA353: hue angle of 34.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFA353 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 83 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.13 |
| HSL | 34.29º | 0.69% | 0.6% | - |
| HSV(B) | 34.29º | 0.63% | 0.87% | - |
| XYZ | 45.09 | 42.51 | 14.01 | - |
| YUV | 171.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 83 | 0 | 0.27 | 0.63 | 0.13 | 34.29 | 0.69 | 0.6 |
| Hex | DF | A3 | 53 | 0 | 1B | 3F | D | 22 | 45 | 3C |
| Octal | 337 | 243 | 123 | 0 | 33 | 77 | 15 | 42 | 105 | 74 |
| Binary | 11011111 | 10100011 | 1010011 | 0 | 11011 | 111111 | 1101 | 100010 | 1000101 | 111100 |
Color Harmonies of #DFA353
Complementary color
Monochromatic Colors of #DFA353
Black with #DFA353
Text Example
Text Example
White with #DFA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA353; }
p { color: rgb(223,163,83); }
H1.HeaderClassName
{
color: #DFA353;
}
.AnyTagClassName
{
color: #DFA353;
}
</style>
background-color css
<style>
a { background-color: #DFA353; }
a { background-color: rgb(223,163,83); }
div.DivClassName
{
background-color: #DFA353;
}
.BgClassName
{
background-color: #DFA353;
}
</style>
border-color css
<style>
span { border-color: #DFA353; }
span { border-color: rgb(223,163,83); }
td.TdClassName
{
border-color: #DFA353;
}
.TagClassName
{
border-color: #DFA353;
}
</style>