Shades of Porsche #D99B5A
Tints of Porsche #D99B5A
RGB
CMYK
RGB Variations
Color information
#D99B5A (or 0xD99B5A) is known color: Porsche. HEX triplet: D9, 9B and 5A. RGB value is (217,155,90). Sum of RGB (Red+Green+Blue) = 217+155+90=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B5A is #2664A5. Grayscale: #A6A6A6. Windows color (decimal): -2516134 or 5938137. OLE color: 5938137.
HSL color Cylindrical-coordinate representation of color #D99B5A: hue angle of 30.71º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D99B5A is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 90 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.15 |
| HSL | 30.71º | 0.63% | 0.6% | - |
| HSV(B) | 30.71º | 0.59% | 0.85% | - |
| XYZ | 42.18 | 38.93 | 14.96 | - |
| YUV | 166.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 90 | 0 | 0.29 | 0.59 | 0.15 | 30.71 | 0.63 | 0.6 |
| Hex | D9 | 9B | 5A | 0 | 1D | 3B | F | 1F | 3F | 3C |
| Octal | 331 | 233 | 132 | 0 | 35 | 73 | 17 | 37 | 77 | 74 |
| Binary | 11011001 | 10011011 | 1011010 | 0 | 11101 | 111011 | 1111 | 11111 | 111111 | 111100 |
Color Harmonies of #D99B5A
Complementary color
Monochromatic Colors of #D99B5A
Black with #D99B5A
Text Example
Text Example
White with #D99B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B5A; }
p { color: rgb(217,155,90); }
H1.HeaderClassName
{
color: #D99B5A;
}
.AnyTagClassName
{
color: #D99B5A;
}
</style>
background-color css
<style>
a { background-color: #D99B5A; }
a { background-color: rgb(217,155,90); }
div.DivClassName
{
background-color: #D99B5A;
}
.BgClassName
{
background-color: #D99B5A;
}
</style>
border-color css
<style>
span { border-color: #D99B5A; }
span { border-color: rgb(217,155,90); }
td.TdClassName
{
border-color: #D99B5A;
}
.TagClassName
{
border-color: #D99B5A;
}
</style>