Shades of Porsche #D99B5E
Tints of Porsche #D99B5E
RGB
CMYK
RGB Variations
Color information
#D99B5E (or 0xD99B5E) is known color: Porsche. HEX triplet: D9, 9B and 5E. RGB value is (217,155,94). Sum of RGB (Red+Green+Blue) = 217+155+94=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B5E is #2664A1. Grayscale: #A6A6A6. Windows color (decimal): -2516130 or 6200281. OLE color: 6200281.
HSL color Cylindrical-coordinate representation of color #D99B5E: hue angle of 29.76º 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 #D99B5E is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 94 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.15 |
| HSL | 29.76º | 0.62% | 0.61% | - |
| HSV(B) | 29.76º | 0.57% | 0.85% | - |
| XYZ | 42.36 | 39 | 15.89 | - |
| YUV | 166.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 94 | 0 | 0.29 | 0.57 | 0.15 | 29.76 | 0.62 | 0.61 |
| Hex | D9 | 9B | 5E | 0 | 1D | 39 | F | 1E | 3E | 3D |
| Octal | 331 | 233 | 136 | 0 | 35 | 71 | 17 | 36 | 76 | 75 |
| Binary | 11011001 | 10011011 | 1011110 | 0 | 11101 | 111001 | 1111 | 11110 | 111110 | 111101 |
Color Harmonies of #D99B5E
Complementary color
Monochromatic Colors of #D99B5E
Black with #D99B5E
Text Example
Text Example
White with #D99B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B5E; }
p { color: rgb(217,155,94); }
H1.HeaderClassName
{
color: #D99B5E;
}
.AnyTagClassName
{
color: #D99B5E;
}
</style>
background-color css
<style>
a { background-color: #D99B5E; }
a { background-color: rgb(217,155,94); }
div.DivClassName
{
background-color: #D99B5E;
}
.BgClassName
{
background-color: #D99B5E;
}
</style>
border-color css
<style>
span { border-color: #D99B5E; }
span { border-color: rgb(217,155,94); }
td.TdClassName
{
border-color: #D99B5E;
}
.TagClassName
{
border-color: #D99B5E;
}
</style>