Shades of Porsche #D99C5C
Tints of Porsche #D99C5C
RGB
CMYK
RGB Variations
Color information
#D99C5C (or 0xD99C5C) is known color: Porsche. HEX triplet: D9, 9C and 5C. RGB value is (217,156,92). Sum of RGB (Red+Green+Blue) = 217+156+92=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C5C is #2663A3. Grayscale: #A7A7A7. Windows color (decimal): -2515876 or 6069465. OLE color: 6069465.
HSL color Cylindrical-coordinate representation of color #D99C5C: hue angle of 30.72º 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 #D99C5C is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 92 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.15 |
| HSL | 30.72º | 0.62% | 0.61% | - |
| HSV(B) | 30.72º | 0.58% | 0.85% | - |
| XYZ | 42.44 | 39.3 | 15.47 | - |
| YUV | 166.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 92 | 0 | 0.28 | 0.58 | 0.15 | 30.72 | 0.62 | 0.61 |
| Hex | D9 | 9C | 5C | 0 | 1C | 3A | F | 1F | 3E | 3D |
| Octal | 331 | 234 | 134 | 0 | 34 | 72 | 17 | 37 | 76 | 75 |
| Binary | 11011001 | 10011100 | 1011100 | 0 | 11100 | 111010 | 1111 | 11111 | 111110 | 111101 |
Color Harmonies of #D99C5C
Complementary color
Monochromatic Colors of #D99C5C
Black with #D99C5C
Text Example
Text Example
White with #D99C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C5C; }
p { color: rgb(217,156,92); }
H1.HeaderClassName
{
color: #D99C5C;
}
.AnyTagClassName
{
color: #D99C5C;
}
</style>
background-color css
<style>
a { background-color: #D99C5C; }
a { background-color: rgb(217,156,92); }
div.DivClassName
{
background-color: #D99C5C;
}
.BgClassName
{
background-color: #D99C5C;
}
</style>
border-color css
<style>
span { border-color: #D99C5C; }
span { border-color: rgb(217,156,92); }
td.TdClassName
{
border-color: #D99C5C;
}
.TagClassName
{
border-color: #D99C5C;
}
</style>