Shades of Porsche #D69F64
Tints of Porsche #D69F64
RGB
CMYK
RGB Variations
Color information
#D69F64 (or 0xD69F64) is known color: Porsche. HEX triplet: D6, 9F and 64. RGB value is (214,159,100). Sum of RGB (Red+Green+Blue) = 214+159+100=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F64 is #29609B. Grayscale: #A9A9A9. Windows color (decimal): -2711708 or 6594518. OLE color: 6594518.
HSL color Cylindrical-coordinate representation of color #D69F64: hue angle of 31.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D69F64 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 100 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.16 |
| HSL | 31.05º | 0.58% | 0.62% | - |
| HSV(B) | 31.05º | 0.53% | 0.84% | - |
| XYZ | 42.43 | 40.01 | 17.54 | - |
| YUV | 168.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 100 | 0 | 0.26 | 0.53 | 0.16 | 31.05 | 0.58 | 0.62 |
| Hex | D6 | 9F | 64 | 0 | 1A | 35 | 10 | 1F | 3A | 3E |
| Octal | 326 | 237 | 144 | 0 | 32 | 65 | 20 | 37 | 72 | 76 |
| Binary | 11010110 | 10011111 | 1100100 | 0 | 11010 | 110101 | 10000 | 11111 | 111010 | 111110 |
Color Harmonies of #D69F64
Complementary color
Monochromatic Colors of #D69F64
Black with #D69F64
Text Example
Text Example
White with #D69F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F64; }
p { color: rgb(214,159,100); }
H1.HeaderClassName
{
color: #D69F64;
}
.AnyTagClassName
{
color: #D69F64;
}
</style>
background-color css
<style>
a { background-color: #D69F64; }
a { background-color: rgb(214,159,100); }
div.DivClassName
{
background-color: #D69F64;
}
.BgClassName
{
background-color: #D69F64;
}
</style>
border-color css
<style>
span { border-color: #D69F64; }
span { border-color: rgb(214,159,100); }
td.TdClassName
{
border-color: #D69F64;
}
.TagClassName
{
border-color: #D69F64;
}
</style>