Shades of Porsche #D9A169
Tints of Porsche #D9A169
RGB
CMYK
RGB Variations
Color information
#D9A169 (or 0xD9A169) is known color: Porsche. HEX triplet: D9, A1 and 69. RGB value is (217,161,105). Sum of RGB (Red+Green+Blue) = 217+161+105=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A169 is #265E96. Grayscale: #ABABAB. Windows color (decimal): -2514583 or 6922713. OLE color: 6922713.
HSL color Cylindrical-coordinate representation of color #D9A169: hue angle of 30º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9A169 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 105 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.15 |
| HSL | 30º | 0.6% | 0.63% | - |
| HSV(B) | 30º | 0.52% | 0.85% | - |
| XYZ | 43.91 | 41.26 | 19.01 | - |
| YUV | 171.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 105 | 0 | 0.26 | 0.52 | 0.15 | 30 | 0.6 | 0.63 |
| Hex | D9 | A1 | 69 | 0 | 1A | 34 | F | 1E | 3C | 3F |
| Octal | 331 | 241 | 151 | 0 | 32 | 64 | 17 | 36 | 74 | 77 |
| Binary | 11011001 | 10100001 | 1101001 | 0 | 11010 | 110100 | 1111 | 11110 | 111100 | 111111 |
Color Harmonies of #D9A169
Complementary color
Monochromatic Colors of #D9A169
Black with #D9A169
Text Example
Text Example
White with #D9A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A169; }
p { color: rgb(217,161,105); }
H1.HeaderClassName
{
color: #D9A169;
}
.AnyTagClassName
{
color: #D9A169;
}
</style>
background-color css
<style>
a { background-color: #D9A169; }
a { background-color: rgb(217,161,105); }
div.DivClassName
{
background-color: #D9A169;
}
.BgClassName
{
background-color: #D9A169;
}
</style>
border-color css
<style>
span { border-color: #D9A169; }
span { border-color: rgb(217,161,105); }
td.TdClassName
{
border-color: #D9A169;
}
.TagClassName
{
border-color: #D9A169;
}
</style>