Shades of Porsche #D4A169
Tints of Porsche #D4A169
RGB
CMYK
RGB Variations
Color information
#D4A169 (or 0xD4A169) is known color: Porsche. HEX triplet: D4, A1 and 69. RGB value is (212,161,105). Sum of RGB (Red+Green+Blue) = 212+161+105=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A169 is #2B5E96. Grayscale: #AAAAAA. Windows color (decimal): -2842263 or 6922708. OLE color: 6922708.
HSL color Cylindrical-coordinate representation of color #D4A169: hue angle of 31.4º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4A169 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 105 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.17 |
| HSL | 31.4º | 0.55% | 0.62% | - |
| HSV(B) | 31.4º | 0.5% | 0.83% | - |
| XYZ | 42.45 | 40.51 | 18.95 | - |
| YUV | 169.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 105 | 0 | 0.24 | 0.50 | 0.17 | 31.4 | 0.55 | 0.62 |
| Hex | D4 | A1 | 69 | 0 | 18 | 32 | 11 | 1F | 37 | 3E |
| Octal | 324 | 241 | 151 | 0 | 30 | 62 | 21 | 37 | 67 | 76 |
| Binary | 11010100 | 10100001 | 1101001 | 0 | 11000 | 110010 | 10001 | 11111 | 110111 | 111110 |
Color Harmonies of #D4A169
Complementary color
Monochromatic Colors of #D4A169
Black with #D4A169
Text Example
Text Example
White with #D4A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A169; }
p { color: rgb(212,161,105); }
H1.HeaderClassName
{
color: #D4A169;
}
.AnyTagClassName
{
color: #D4A169;
}
</style>
background-color css
<style>
a { background-color: #D4A169; }
a { background-color: rgb(212,161,105); }
div.DivClassName
{
background-color: #D4A169;
}
.BgClassName
{
background-color: #D4A169;
}
</style>
border-color css
<style>
span { border-color: #D4A169; }
span { border-color: rgb(212,161,105); }
td.TdClassName
{
border-color: #D4A169;
}
.TagClassName
{
border-color: #D4A169;
}
</style>