Shades of Porsche #DFA55D
Tints of Porsche #DFA55D
RGB
CMYK
RGB Variations
Color information
#DFA55D (or 0xDFA55D) is known color: Porsche. HEX triplet: DF, A5 and 5D. RGB value is (223,165,93). Sum of RGB (Red+Green+Blue) = 223+165+93=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA55D is #205AA2. Grayscale: #AEAEAE. Windows color (decimal): -2120355 or 6137311. OLE color: 6137311.
HSL color Cylindrical-coordinate representation of color #DFA55D: hue angle of 33.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFA55D is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 93 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.13 |
| HSL | 33.23º | 0.67% | 0.62% | - |
| HSV(B) | 33.23º | 0.58% | 0.87% | - |
| XYZ | 45.86 | 43.39 | 16.31 | - |
| YUV | 174.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 93 | 0 | 0.26 | 0.58 | 0.13 | 33.23 | 0.67 | 0.62 |
| Hex | DF | A5 | 5D | 0 | 1A | 3A | D | 21 | 43 | 3E |
| Octal | 337 | 245 | 135 | 0 | 32 | 72 | 15 | 41 | 103 | 76 |
| Binary | 11011111 | 10100101 | 1011101 | 0 | 11010 | 111010 | 1101 | 100001 | 1000011 | 111110 |
Color Harmonies of #DFA55D
Complementary color
Monochromatic Colors of #DFA55D
Black with #DFA55D
Text Example
Text Example
White with #DFA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA55D; }
p { color: rgb(223,165,93); }
H1.HeaderClassName
{
color: #DFA55D;
}
.AnyTagClassName
{
color: #DFA55D;
}
</style>
background-color css
<style>
a { background-color: #DFA55D; }
a { background-color: rgb(223,165,93); }
div.DivClassName
{
background-color: #DFA55D;
}
.BgClassName
{
background-color: #DFA55D;
}
</style>
border-color css
<style>
span { border-color: #DFA55D; }
span { border-color: rgb(223,165,93); }
td.TdClassName
{
border-color: #DFA55D;
}
.TagClassName
{
border-color: #DFA55D;
}
</style>