Shades of Porsche #DFA35C
Tints of Porsche #DFA35C
RGB
CMYK
RGB Variations
Color information
#DFA35C (or 0xDFA35C) is known color: Porsche. HEX triplet: DF, A3 and 5C. RGB value is (223,163,92). Sum of RGB (Red+Green+Blue) = 223+163+92=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA35C is #205CA3. Grayscale: #ADADAD. Windows color (decimal): -2120868 or 6071263. OLE color: 6071263.
HSL color Cylindrical-coordinate representation of color #DFA35C: hue angle of 32.52º 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 #DFA35C is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 92 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.13 |
| HSL | 32.52º | 0.67% | 0.62% | - |
| HSV(B) | 32.52º | 0.59% | 0.87% | - |
| XYZ | 45.46 | 42.66 | 15.96 | - |
| YUV | 172.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 92 | 0 | 0.27 | 0.59 | 0.13 | 32.52 | 0.67 | 0.62 |
| Hex | DF | A3 | 5C | 0 | 1B | 3B | D | 21 | 43 | 3E |
| Octal | 337 | 243 | 134 | 0 | 33 | 73 | 15 | 41 | 103 | 76 |
| Binary | 11011111 | 10100011 | 1011100 | 0 | 11011 | 111011 | 1101 | 100001 | 1000011 | 111110 |
Color Harmonies of #DFA35C
Complementary color
Monochromatic Colors of #DFA35C
Black with #DFA35C
Text Example
Text Example
White with #DFA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA35C; }
p { color: rgb(223,163,92); }
H1.HeaderClassName
{
color: #DFA35C;
}
.AnyTagClassName
{
color: #DFA35C;
}
</style>
background-color css
<style>
a { background-color: #DFA35C; }
a { background-color: rgb(223,163,92); }
div.DivClassName
{
background-color: #DFA35C;
}
.BgClassName
{
background-color: #DFA35C;
}
</style>
border-color css
<style>
span { border-color: #DFA35C; }
span { border-color: rgb(223,163,92); }
td.TdClassName
{
border-color: #DFA35C;
}
.TagClassName
{
border-color: #DFA35C;
}
</style>