Shades of Porsche #D69956
Tints of Porsche #D69956
RGB
CMYK
RGB Variations
Color information
#D69956 (or 0xD69956) is known color: Porsche. HEX triplet: D6, 99 and 56. RGB value is (214,153,86). Sum of RGB (Red+Green+Blue) = 214+153+86=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D69956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69956 is #2966A9. Grayscale: #A3A3A3. Windows color (decimal): -2713258 or 5675478. OLE color: 5675478.
HSL color Cylindrical-coordinate representation of color #D69956: hue angle of 31.41º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D69956 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 86 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.16 |
| HSL | 31.41º | 0.61% | 0.59% | - |
| HSV(B) | 31.41º | 0.6% | 0.84% | - |
| XYZ | 40.8 | 37.75 | 13.94 | - |
| YUV | 163.6 | 84.21 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 86 | 0 | 0.29 | 0.60 | 0.16 | 31.41 | 0.61 | 0.59 |
| Hex | D6 | 99 | 56 | 0 | 1D | 3C | 10 | 1F | 3D | 3B |
| Octal | 326 | 231 | 126 | 0 | 35 | 74 | 20 | 37 | 75 | 73 |
| Binary | 11010110 | 10011001 | 1010110 | 0 | 11101 | 111100 | 10000 | 11111 | 111101 | 111011 |
Color Harmonies of #D69956
Complementary color
Monochromatic Colors of #D69956
Black with #D69956
Text Example
Text Example
White with #D69956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69956; }
p { color: rgb(214,153,86); }
H1.HeaderClassName
{
color: #D69956;
}
.AnyTagClassName
{
color: #D69956;
}
</style>
background-color css
<style>
a { background-color: #D69956; }
a { background-color: rgb(214,153,86); }
div.DivClassName
{
background-color: #D69956;
}
.BgClassName
{
background-color: #D69956;
}
</style>
border-color css
<style>
span { border-color: #D69956; }
span { border-color: rgb(214,153,86); }
td.TdClassName
{
border-color: #D69956;
}
.TagClassName
{
border-color: #D69956;
}
</style>