Shades of Porsche #D69953
Tints of Porsche #D69953
RGB
CMYK
RGB Variations
Color information
#D69953 (or 0xD69953) is known color: Porsche. HEX triplet: D6, 99 and 53. RGB value is (214,153,83). Sum of RGB (Red+Green+Blue) = 214+153+83=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D69953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69953 is #2966AC. Grayscale: #A3A3A3. Windows color (decimal): -2713261 or 5478870. OLE color: 5478870.
HSL color Cylindrical-coordinate representation of color #D69953: hue angle of 32.06º 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 #D69953 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 83 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.16 |
| HSL | 32.06º | 0.62% | 0.58% | - |
| HSV(B) | 32.06º | 0.61% | 0.84% | - |
| XYZ | 40.68 | 37.7 | 13.32 | - |
| YUV | 163.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 83 | 0 | 0.29 | 0.61 | 0.16 | 32.06 | 0.62 | 0.58 |
| Hex | D6 | 99 | 53 | 0 | 1D | 3D | 10 | 20 | 3E | 3A |
| Octal | 326 | 231 | 123 | 0 | 35 | 75 | 20 | 40 | 76 | 72 |
| Binary | 11010110 | 10011001 | 1010011 | 0 | 11101 | 111101 | 10000 | 100000 | 111110 | 111010 |
Color Harmonies of #D69953
Complementary color
Monochromatic Colors of #D69953
Black with #D69953
Text Example
Text Example
White with #D69953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69953; }
p { color: rgb(214,153,83); }
H1.HeaderClassName
{
color: #D69953;
}
.AnyTagClassName
{
color: #D69953;
}
</style>
background-color css
<style>
a { background-color: #D69953; }
a { background-color: rgb(214,153,83); }
div.DivClassName
{
background-color: #D69953;
}
.BgClassName
{
background-color: #D69953;
}
</style>
border-color css
<style>
span { border-color: #D69953; }
span { border-color: rgb(214,153,83); }
td.TdClassName
{
border-color: #D69953;
}
.TagClassName
{
border-color: #D69953;
}
</style>