Shades of Porsche #DFA253
Tints of Porsche #DFA253
RGB
CMYK
RGB Variations
Color information
#DFA253 (or 0xDFA253) is known color: Porsche. HEX triplet: DF, A2 and 53. RGB value is (223,162,83). Sum of RGB (Red+Green+Blue) = 223+162+83=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA253 is #205DAC. Grayscale: #ABABAB. Windows color (decimal): -2121133 or 5481183. OLE color: 5481183.
HSL color Cylindrical-coordinate representation of color #DFA253: hue angle of 33.86º 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 #DFA253 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 162 | 83 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.13 |
| HSL | 33.86º | 0.69% | 0.6% | - |
| HSV(B) | 33.86º | 0.63% | 0.87% | - |
| XYZ | 44.91 | 42.15 | 13.95 | - |
| YUV | 171.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 83 | 0 | 0.27 | 0.63 | 0.13 | 33.86 | 0.69 | 0.6 |
| Hex | DF | A2 | 53 | 0 | 1B | 3F | D | 22 | 45 | 3C |
| Octal | 337 | 242 | 123 | 0 | 33 | 77 | 15 | 42 | 105 | 74 |
| Binary | 11011111 | 10100010 | 1010011 | 0 | 11011 | 111111 | 1101 | 100010 | 1000101 | 111100 |
Color Harmonies of #DFA253
Complementary color
Monochromatic Colors of #DFA253
Black with #DFA253
Text Example
Text Example
White with #DFA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA253; }
p { color: rgb(223,162,83); }
H1.HeaderClassName
{
color: #DFA253;
}
.AnyTagClassName
{
color: #DFA253;
}
</style>
background-color css
<style>
a { background-color: #DFA253; }
a { background-color: rgb(223,162,83); }
div.DivClassName
{
background-color: #DFA253;
}
.BgClassName
{
background-color: #DFA253;
}
</style>
border-color css
<style>
span { border-color: #DFA253; }
span { border-color: rgb(223,162,83); }
td.TdClassName
{
border-color: #DFA253;
}
.TagClassName
{
border-color: #DFA253;
}
</style>