Shades of Porsche #D99A55
Tints of Porsche #D99A55
RGB
CMYK
RGB Variations
Color information
#D99A55 (or 0xD99A55) is known color: Porsche. HEX triplet: D9, 9A and 55. RGB value is (217,154,85). Sum of RGB (Red+Green+Blue) = 217+154+85=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A55 is #2665AA. Grayscale: #A5A5A5. Windows color (decimal): -2516395 or 5610201. OLE color: 5610201.
HSL color Cylindrical-coordinate representation of color #D99A55: hue angle of 31.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D99A55 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 85 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.15 |
| HSL | 31.36º | 0.63% | 0.59% | - |
| HSV(B) | 31.36º | 0.61% | 0.85% | - |
| XYZ | 41.81 | 38.52 | 13.83 | - |
| YUV | 164.97 | 82.87 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 85 | 0 | 0.29 | 0.61 | 0.15 | 31.36 | 0.63 | 0.59 |
| Hex | D9 | 9A | 55 | 0 | 1D | 3D | F | 1F | 3F | 3B |
| Octal | 331 | 232 | 125 | 0 | 35 | 75 | 17 | 37 | 77 | 73 |
| Binary | 11011001 | 10011010 | 1010101 | 0 | 11101 | 111101 | 1111 | 11111 | 111111 | 111011 |
Color Harmonies of #D99A55
Complementary color
Monochromatic Colors of #D99A55
Black with #D99A55
Text Example
Text Example
White with #D99A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A55; }
p { color: rgb(217,154,85); }
H1.HeaderClassName
{
color: #D99A55;
}
.AnyTagClassName
{
color: #D99A55;
}
</style>
background-color css
<style>
a { background-color: #D99A55; }
a { background-color: rgb(217,154,85); }
div.DivClassName
{
background-color: #D99A55;
}
.BgClassName
{
background-color: #D99A55;
}
</style>
border-color css
<style>
span { border-color: #D99A55; }
span { border-color: rgb(217,154,85); }
td.TdClassName
{
border-color: #D99A55;
}
.TagClassName
{
border-color: #D99A55;
}
</style>