Shades of Porsche #D69D52
Tints of Porsche #D69D52
RGB
CMYK
RGB Variations
Color information
#D69D52 (or 0xD69D52) is known color: Porsche. HEX triplet: D6, 9D and 52. RGB value is (214,157,82). Sum of RGB (Red+Green+Blue) = 214+157+82=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D52 is #2962AD. Grayscale: #A5A5A5. Windows color (decimal): -2712238 or 5414358. OLE color: 5414358.
HSL color Cylindrical-coordinate representation of color #D69D52: hue angle of 34.09º 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 #D69D52 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 82 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.16 |
| HSL | 34.09º | 0.62% | 0.58% | - |
| HSV(B) | 34.09º | 0.62% | 0.84% | - |
| XYZ | 41.31 | 39.02 | 13.34 | - |
| YUV | 165.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 82 | 0 | 0.27 | 0.62 | 0.16 | 34.09 | 0.62 | 0.58 |
| Hex | D6 | 9D | 52 | 0 | 1B | 3E | 10 | 22 | 3E | 3A |
| Octal | 326 | 235 | 122 | 0 | 33 | 76 | 20 | 42 | 76 | 72 |
| Binary | 11010110 | 10011101 | 1010010 | 0 | 11011 | 111110 | 10000 | 100010 | 111110 | 111010 |
Color Harmonies of #D69D52
Complementary color
Monochromatic Colors of #D69D52
Black with #D69D52
Text Example
Text Example
White with #D69D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D52; }
p { color: rgb(214,157,82); }
H1.HeaderClassName
{
color: #D69D52;
}
.AnyTagClassName
{
color: #D69D52;
}
</style>
background-color css
<style>
a { background-color: #D69D52; }
a { background-color: rgb(214,157,82); }
div.DivClassName
{
background-color: #D69D52;
}
.BgClassName
{
background-color: #D69D52;
}
</style>
border-color css
<style>
span { border-color: #D69D52; }
span { border-color: rgb(214,157,82); }
td.TdClassName
{
border-color: #D69D52;
}
.TagClassName
{
border-color: #D69D52;
}
</style>