Shades of Porsche #D29950
Tints of Porsche #D29950
RGB
CMYK
RGB Variations
Color information
#D29950 (or 0xD29950) is known color: Porsche. HEX triplet: D2, 99 and 50. RGB value is (210,153,80). Sum of RGB (Red+Green+Blue) = 210+153+80=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D29950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29950 is #2D66AF. Grayscale: #A2A2A2. Windows color (decimal): -2975408 or 5282258. OLE color: 5282258.
HSL color Cylindrical-coordinate representation of color #D29950: hue angle of 33.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D29950 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 80 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.18 |
| HSL | 33.69º | 0.59% | 0.57% | - |
| HSV(B) | 33.69º | 0.62% | 0.82% | - |
| XYZ | 39.42 | 37.06 | 12.67 | - |
| YUV | 161.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 80 | 0 | 0.27 | 0.62 | 0.18 | 33.69 | 0.59 | 0.57 |
| Hex | D2 | 99 | 50 | 0 | 1B | 3E | 12 | 22 | 3B | 39 |
| Octal | 322 | 231 | 120 | 0 | 33 | 76 | 22 | 42 | 73 | 71 |
| Binary | 11010010 | 10011001 | 1010000 | 0 | 11011 | 111110 | 10010 | 100010 | 111011 | 111001 |
Color Harmonies of #D29950
Complementary color
Monochromatic Colors of #D29950
Black with #D29950
Text Example
Text Example
White with #D29950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29950; }
p { color: rgb(210,153,80); }
H1.HeaderClassName
{
color: #D29950;
}
.AnyTagClassName
{
color: #D29950;
}
</style>
background-color css
<style>
a { background-color: #D29950; }
a { background-color: rgb(210,153,80); }
div.DivClassName
{
background-color: #D29950;
}
.BgClassName
{
background-color: #D29950;
}
</style>
border-color css
<style>
span { border-color: #D29950; }
span { border-color: rgb(210,153,80); }
td.TdClassName
{
border-color: #D29950;
}
.TagClassName
{
border-color: #D29950;
}
</style>