Shades of Porsche #D69952
Tints of Porsche #D69952
RGB
CMYK
RGB Variations
Color information
#D69952 (or 0xD69952) is known color: Porsche. HEX triplet: D6, 99 and 52. RGB value is (214,153,82). Sum of RGB (Red+Green+Blue) = 214+153+82=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D69952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69952 is #2966AD. Grayscale: #A3A3A3. Windows color (decimal): -2713262 or 5413334. OLE color: 5413334.
HSL color Cylindrical-coordinate representation of color #D69952: hue angle of 32.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D69952 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 82 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.16 |
| HSL | 32.27º | 0.62% | 0.58% | - |
| HSV(B) | 32.27º | 0.62% | 0.84% | - |
| XYZ | 40.65 | 37.69 | 13.11 | - |
| YUV | 163.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 82 | 0 | 0.29 | 0.62 | 0.16 | 32.27 | 0.62 | 0.58 |
| Hex | D6 | 99 | 52 | 0 | 1D | 3E | 10 | 20 | 3E | 3A |
| Octal | 326 | 231 | 122 | 0 | 35 | 76 | 20 | 40 | 76 | 72 |
| Binary | 11010110 | 10011001 | 1010010 | 0 | 11101 | 111110 | 10000 | 100000 | 111110 | 111010 |
Color Harmonies of #D69952
Complementary color
Monochromatic Colors of #D69952
Black with #D69952
Text Example
Text Example
White with #D69952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69952; }
p { color: rgb(214,153,82); }
H1.HeaderClassName
{
color: #D69952;
}
.AnyTagClassName
{
color: #D69952;
}
</style>
background-color css
<style>
a { background-color: #D69952; }
a { background-color: rgb(214,153,82); }
div.DivClassName
{
background-color: #D69952;
}
.BgClassName
{
background-color: #D69952;
}
</style>
border-color css
<style>
span { border-color: #D69952; }
span { border-color: rgb(214,153,82); }
td.TdClassName
{
border-color: #D69952;
}
.TagClassName
{
border-color: #D69952;
}
</style>