Shades of Porsche #D99B5D
Tints of Porsche #D99B5D
RGB
CMYK
RGB Variations
Color information
#D99B5D (or 0xD99B5D) is known color: Porsche. HEX triplet: D9, 9B and 5D. RGB value is (217,155,93). Sum of RGB (Red+Green+Blue) = 217+155+93=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B5D is #2664A2. Grayscale: #A6A6A6. Windows color (decimal): -2516131 or 6134745. OLE color: 6134745.
HSL color Cylindrical-coordinate representation of color #D99B5D: hue angle of 30º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D99B5D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 93 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.15 |
| HSL | 30º | 0.62% | 0.61% | - |
| HSV(B) | 30º | 0.57% | 0.85% | - |
| XYZ | 42.31 | 38.98 | 15.65 | - |
| YUV | 166.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 93 | 0 | 0.29 | 0.57 | 0.15 | 30 | 0.62 | 0.61 |
| Hex | D9 | 9B | 5D | 0 | 1D | 39 | F | 1E | 3E | 3D |
| Octal | 331 | 233 | 135 | 0 | 35 | 71 | 17 | 36 | 76 | 75 |
| Binary | 11011001 | 10011011 | 1011101 | 0 | 11101 | 111001 | 1111 | 11110 | 111110 | 111101 |
Color Harmonies of #D99B5D
Complementary color
Monochromatic Colors of #D99B5D
Black with #D99B5D
Text Example
Text Example
White with #D99B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B5D; }
p { color: rgb(217,155,93); }
H1.HeaderClassName
{
color: #D99B5D;
}
.AnyTagClassName
{
color: #D99B5D;
}
</style>
background-color css
<style>
a { background-color: #D99B5D; }
a { background-color: rgb(217,155,93); }
div.DivClassName
{
background-color: #D99B5D;
}
.BgClassName
{
background-color: #D99B5D;
}
</style>
border-color css
<style>
span { border-color: #D99B5D; }
span { border-color: rgb(217,155,93); }
td.TdClassName
{
border-color: #D99B5D;
}
.TagClassName
{
border-color: #D99B5D;
}
</style>