Shades of Porsche #D99752
Tints of Porsche #D99752
RGB
CMYK
RGB Variations
Color information
#D99752 (or 0xD99752) is known color: Porsche. HEX triplet: D9, 97 and 52. RGB value is (217,151,82). Sum of RGB (Red+Green+Blue) = 217+151+82=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D99752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99752 is #2668AD. Grayscale: #A3A3A3. Windows color (decimal): -2517166 or 5412825. OLE color: 5412825.
HSL color Cylindrical-coordinate representation of color #D99752: hue angle of 30.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D99752 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 82 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.15 |
| HSL | 30.67º | 0.64% | 0.59% | - |
| HSV(B) | 30.67º | 0.62% | 0.85% | - |
| XYZ | 41.2 | 37.49 | 13.05 | - |
| YUV | 162.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 82 | 0 | 0.30 | 0.62 | 0.15 | 30.67 | 0.64 | 0.59 |
| Hex | D9 | 97 | 52 | 0 | 1E | 3E | F | 1F | 40 | 3B |
| Octal | 331 | 227 | 122 | 0 | 36 | 76 | 17 | 37 | 100 | 73 |
| Binary | 11011001 | 10010111 | 1010010 | 0 | 11110 | 111110 | 1111 | 11111 | 1000000 | 111011 |
Color Harmonies of #D99752
Complementary color
Monochromatic Colors of #D99752
Black with #D99752
Text Example
Text Example
White with #D99752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99752; }
p { color: rgb(217,151,82); }
H1.HeaderClassName
{
color: #D99752;
}
.AnyTagClassName
{
color: #D99752;
}
</style>
background-color css
<style>
a { background-color: #D99752; }
a { background-color: rgb(217,151,82); }
div.DivClassName
{
background-color: #D99752;
}
.BgClassName
{
background-color: #D99752;
}
</style>
border-color css
<style>
span { border-color: #D99752; }
span { border-color: rgb(217,151,82); }
td.TdClassName
{
border-color: #D99752;
}
.TagClassName
{
border-color: #D99752;
}
</style>