Shades of Porsche #D29E64
Tints of Porsche #D29E64
RGB
CMYK
RGB Variations
Color information
#D29E64 (or 0xD29E64) is known color: Porsche. HEX triplet: D2, 9E and 64. RGB value is (210,158,100). Sum of RGB (Red+Green+Blue) = 210+158+100=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29E64 is #2D619B. Grayscale: #A7A7A7. Windows color (decimal): -2974108 or 6594258. OLE color: 6594258.
HSL color Cylindrical-coordinate representation of color #D29E64: hue angle of 31.64º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D29E64 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 100 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.18 |
| HSL | 31.64º | 0.55% | 0.61% | - |
| HSV(B) | 31.64º | 0.52% | 0.82% | - |
| XYZ | 41.11 | 39.08 | 17.43 | - |
| YUV | 166.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 100 | 0 | 0.25 | 0.52 | 0.18 | 31.64 | 0.55 | 0.61 |
| Hex | D2 | 9E | 64 | 0 | 19 | 34 | 12 | 20 | 37 | 3D |
| Octal | 322 | 236 | 144 | 0 | 31 | 64 | 22 | 40 | 67 | 75 |
| Binary | 11010010 | 10011110 | 1100100 | 0 | 11001 | 110100 | 10010 | 100000 | 110111 | 111101 |
Color Harmonies of #D29E64
Complementary color
Monochromatic Colors of #D29E64
Black with #D29E64
Text Example
Text Example
White with #D29E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E64; }
p { color: rgb(210,158,100); }
H1.HeaderClassName
{
color: #D29E64;
}
.AnyTagClassName
{
color: #D29E64;
}
</style>
background-color css
<style>
a { background-color: #D29E64; }
a { background-color: rgb(210,158,100); }
div.DivClassName
{
background-color: #D29E64;
}
.BgClassName
{
background-color: #D29E64;
}
</style>
border-color css
<style>
span { border-color: #D29E64; }
span { border-color: rgb(210,158,100); }
td.TdClassName
{
border-color: #D29E64;
}
.TagClassName
{
border-color: #D29E64;
}
</style>