Shades of Porsche #D99A5E
Tints of Porsche #D99A5E
RGB
CMYK
RGB Variations
Color information
#D99A5E (or 0xD99A5E) is known color: Porsche. HEX triplet: D9, 9A and 5E. RGB value is (217,154,94). Sum of RGB (Red+Green+Blue) = 217+154+94=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A5E is #2665A1. Grayscale: #A6A6A6. Windows color (decimal): -2516386 or 6200025. OLE color: 6200025.
HSL color Cylindrical-coordinate representation of color #D99A5E: hue angle of 29.27º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D99A5E is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 94 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.15 |
| HSL | 29.27º | 0.62% | 0.61% | - |
| HSV(B) | 29.27º | 0.57% | 0.85% | - |
| XYZ | 42.19 | 38.67 | 15.83 | - |
| YUV | 166 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 94 | 0 | 0.29 | 0.57 | 0.15 | 29.27 | 0.62 | 0.61 |
| Hex | D9 | 9A | 5E | 0 | 1D | 39 | F | 1D | 3E | 3D |
| Octal | 331 | 232 | 136 | 0 | 35 | 71 | 17 | 35 | 76 | 75 |
| Binary | 11011001 | 10011010 | 1011110 | 0 | 11101 | 111001 | 1111 | 11101 | 111110 | 111101 |
Color Harmonies of #D99A5E
Complementary color
Monochromatic Colors of #D99A5E
Black with #D99A5E
Text Example
Text Example
White with #D99A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A5E; }
p { color: rgb(217,154,94); }
H1.HeaderClassName
{
color: #D99A5E;
}
.AnyTagClassName
{
color: #D99A5E;
}
</style>
background-color css
<style>
a { background-color: #D99A5E; }
a { background-color: rgb(217,154,94); }
div.DivClassName
{
background-color: #D99A5E;
}
.BgClassName
{
background-color: #D99A5E;
}
</style>
border-color css
<style>
span { border-color: #D99A5E; }
span { border-color: rgb(217,154,94); }
td.TdClassName
{
border-color: #D99A5E;
}
.TagClassName
{
border-color: #D99A5E;
}
</style>