Shades of Porsche #D29C5C
Tints of Porsche #D29C5C
RGB
CMYK
RGB Variations
Color information
#D29C5C (or 0xD29C5C) is known color: Porsche. HEX triplet: D2, 9C and 5C. RGB value is (210,156,92). Sum of RGB (Red+Green+Blue) = 210+156+92=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C5C is #2D63A3. Grayscale: #A5A5A5. Windows color (decimal): -2974628 or 6069458. OLE color: 6069458.
HSL color Cylindrical-coordinate representation of color #D29C5C: hue angle of 32.54º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D29C5C is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 92 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.18 |
| HSL | 32.54º | 0.57% | 0.59% | - |
| HSV(B) | 32.54º | 0.56% | 0.82% | - |
| XYZ | 40.4 | 38.25 | 15.38 | - |
| YUV | 164.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 92 | 0 | 0.26 | 0.56 | 0.18 | 32.54 | 0.57 | 0.59 |
| Hex | D2 | 9C | 5C | 0 | 1A | 38 | 12 | 21 | 39 | 3B |
| Octal | 322 | 234 | 134 | 0 | 32 | 70 | 22 | 41 | 71 | 73 |
| Binary | 11010010 | 10011100 | 1011100 | 0 | 11010 | 111000 | 10010 | 100001 | 111001 | 111011 |
Color Harmonies of #D29C5C
Complementary color
Monochromatic Colors of #D29C5C
Black with #D29C5C
Text Example
Text Example
White with #D29C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C5C; }
p { color: rgb(210,156,92); }
H1.HeaderClassName
{
color: #D29C5C;
}
.AnyTagClassName
{
color: #D29C5C;
}
</style>
background-color css
<style>
a { background-color: #D29C5C; }
a { background-color: rgb(210,156,92); }
div.DivClassName
{
background-color: #D29C5C;
}
.BgClassName
{
background-color: #D29C5C;
}
</style>
border-color css
<style>
span { border-color: #D29C5C; }
span { border-color: rgb(210,156,92); }
td.TdClassName
{
border-color: #D29C5C;
}
.TagClassName
{
border-color: #D29C5C;
}
</style>