Shades of Porsche #D69853
Tints of Porsche #D69853
RGB
CMYK
RGB Variations
Color information
#D69853 (or 0xD69853) is known color: Porsche. HEX triplet: D6, 98 and 53. RGB value is (214,152,83). Sum of RGB (Red+Green+Blue) = 214+152+83=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D69853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69853 is #2967AC. Grayscale: #A3A3A3. Windows color (decimal): -2713517 or 5478614. OLE color: 5478614.
HSL color Cylindrical-coordinate representation of color #D69853: hue angle of 31.6º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D69853 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 83 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.16 |
| HSL | 31.6º | 0.62% | 0.58% | - |
| HSV(B) | 31.6º | 0.61% | 0.84% | - |
| XYZ | 40.52 | 37.38 | 13.26 | - |
| YUV | 162.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 83 | 0 | 0.29 | 0.61 | 0.16 | 31.6 | 0.62 | 0.58 |
| Hex | D6 | 98 | 53 | 0 | 1D | 3D | 10 | 20 | 3E | 3A |
| Octal | 326 | 230 | 123 | 0 | 35 | 75 | 20 | 40 | 76 | 72 |
| Binary | 11010110 | 10011000 | 1010011 | 0 | 11101 | 111101 | 10000 | 100000 | 111110 | 111010 |
Color Harmonies of #D69853
Complementary color
Monochromatic Colors of #D69853
Black with #D69853
Text Example
Text Example
White with #D69853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69853; }
p { color: rgb(214,152,83); }
H1.HeaderClassName
{
color: #D69853;
}
.AnyTagClassName
{
color: #D69853;
}
</style>
background-color css
<style>
a { background-color: #D69853; }
a { background-color: rgb(214,152,83); }
div.DivClassName
{
background-color: #D69853;
}
.BgClassName
{
background-color: #D69853;
}
</style>
border-color css
<style>
span { border-color: #D69853; }
span { border-color: rgb(214,152,83); }
td.TdClassName
{
border-color: #D69853;
}
.TagClassName
{
border-color: #D69853;
}
</style>