Shades of Porsche #D99D5C
Tints of Porsche #D99D5C
RGB
CMYK
RGB Variations
Color information
#D99D5C (or 0xD99D5C) is known color: Porsche. HEX triplet: D9, 9D and 5C. RGB value is (217,157,92). Sum of RGB (Red+Green+Blue) = 217+157+92=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D5C is #2662A3. Grayscale: #A7A7A7. Windows color (decimal): -2515620 or 6069721. OLE color: 6069721.
HSL color Cylindrical-coordinate representation of color #D99D5C: hue angle of 31.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D99D5C is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 92 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.15 |
| HSL | 31.2º | 0.62% | 0.61% | - |
| HSV(B) | 31.2º | 0.58% | 0.85% | - |
| XYZ | 42.6 | 39.64 | 15.53 | - |
| YUV | 167.53 | 85.38 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 92 | 0 | 0.28 | 0.58 | 0.15 | 31.2 | 0.62 | 0.61 |
| Hex | D9 | 9D | 5C | 0 | 1C | 3A | F | 1F | 3E | 3D |
| Octal | 331 | 235 | 134 | 0 | 34 | 72 | 17 | 37 | 76 | 75 |
| Binary | 11011001 | 10011101 | 1011100 | 0 | 11100 | 111010 | 1111 | 11111 | 111110 | 111101 |
Color Harmonies of #D99D5C
Complementary color
Monochromatic Colors of #D99D5C
Black with #D99D5C
Text Example
Text Example
White with #D99D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D5C; }
p { color: rgb(217,157,92); }
H1.HeaderClassName
{
color: #D99D5C;
}
.AnyTagClassName
{
color: #D99D5C;
}
</style>
background-color css
<style>
a { background-color: #D99D5C; }
a { background-color: rgb(217,157,92); }
div.DivClassName
{
background-color: #D99D5C;
}
.BgClassName
{
background-color: #D99D5C;
}
</style>
border-color css
<style>
span { border-color: #D99D5C; }
span { border-color: rgb(217,157,92); }
td.TdClassName
{
border-color: #D99D5C;
}
.TagClassName
{
border-color: #D99D5C;
}
</style>