Shades of Porsche #D99754
Tints of Porsche #D99754
RGB
CMYK
RGB Variations
Color information
#D99754 (or 0xD99754) is known color: Porsche. HEX triplet: D9, 97 and 54. RGB value is (217,151,84). Sum of RGB (Red+Green+Blue) = 217+151+84=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D99754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99754 is #2668AB. Grayscale: #A3A3A3. Windows color (decimal): -2517164 or 5543897. OLE color: 5543897.
HSL color Cylindrical-coordinate representation of color #D99754: hue angle of 30.23º degrees, saturation: 0.64, 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 #D99754 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 84 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.15 |
| HSL | 30.23º | 0.64% | 0.59% | - |
| HSV(B) | 30.23º | 0.61% | 0.85% | - |
| XYZ | 41.28 | 37.53 | 13.45 | - |
| YUV | 163.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 84 | 0 | 0.30 | 0.61 | 0.15 | 30.23 | 0.64 | 0.59 |
| Hex | D9 | 97 | 54 | 0 | 1E | 3D | F | 1E | 40 | 3B |
| Octal | 331 | 227 | 124 | 0 | 36 | 75 | 17 | 36 | 100 | 73 |
| Binary | 11011001 | 10010111 | 1010100 | 0 | 11110 | 111101 | 1111 | 11110 | 1000000 | 111011 |
Color Harmonies of #D99754
Complementary color
Monochromatic Colors of #D99754
Black with #D99754
Text Example
Text Example
White with #D99754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99754; }
p { color: rgb(217,151,84); }
H1.HeaderClassName
{
color: #D99754;
}
.AnyTagClassName
{
color: #D99754;
}
</style>
background-color css
<style>
a { background-color: #D99754; }
a { background-color: rgb(217,151,84); }
div.DivClassName
{
background-color: #D99754;
}
.BgClassName
{
background-color: #D99754;
}
</style>
border-color css
<style>
span { border-color: #D99754; }
span { border-color: rgb(217,151,84); }
td.TdClassName
{
border-color: #D99754;
}
.TagClassName
{
border-color: #D99754;
}
</style>