Shades of Porsche #D99F6B
Tints of Porsche #D99F6B
RGB
CMYK
RGB Variations
Color information
#D99F6B (or 0xD99F6B) is known color: Porsche. HEX triplet: D9, 9F and 6B. RGB value is (217,159,107). Sum of RGB (Red+Green+Blue) = 217+159+107=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99F6B is #266094. Grayscale: #AAAAAA. Windows color (decimal): -2515093 or 7053273. OLE color: 7053273.
HSL color Cylindrical-coordinate representation of color #D99F6B: hue angle of 28.36º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D99F6B is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 107 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.15 |
| HSL | 28.36º | 0.59% | 0.64% | - |
| HSV(B) | 28.36º | 0.51% | 0.85% | - |
| XYZ | 43.67 | 40.61 | 19.45 | - |
| YUV | 170.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 107 | 0 | 0.27 | 0.51 | 0.15 | 28.36 | 0.59 | 0.64 |
| Hex | D9 | 9F | 6B | 0 | 1B | 33 | F | 1C | 3B | 40 |
| Octal | 331 | 237 | 153 | 0 | 33 | 63 | 17 | 34 | 73 | 100 |
| Binary | 11011001 | 10011111 | 1101011 | 0 | 11011 | 110011 | 1111 | 11100 | 111011 | 1000000 |
Color Harmonies of #D99F6B
Complementary color
Monochromatic Colors of #D99F6B
Black with #D99F6B
Text Example
Text Example
White with #D99F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F6B; }
p { color: rgb(217,159,107); }
H1.HeaderClassName
{
color: #D99F6B;
}
.AnyTagClassName
{
color: #D99F6B;
}
</style>
background-color css
<style>
a { background-color: #D99F6B; }
a { background-color: rgb(217,159,107); }
div.DivClassName
{
background-color: #D99F6B;
}
.BgClassName
{
background-color: #D99F6B;
}
</style>
border-color css
<style>
span { border-color: #D99F6B; }
span { border-color: rgb(217,159,107); }
td.TdClassName
{
border-color: #D99F6B;
}
.TagClassName
{
border-color: #D99F6B;
}
</style>