Shades of Porsche #D99B5C
Tints of Porsche #D99B5C
RGB
CMYK
RGB Variations
Color information
#D99B5C (or 0xD99B5C) is known color: Porsche. HEX triplet: D9, 9B and 5C. RGB value is (217,155,92). Sum of RGB (Red+Green+Blue) = 217+155+92=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B5C is #2664A3. Grayscale: #A6A6A6. Windows color (decimal): -2516132 or 6069209. OLE color: 6069209.
HSL color Cylindrical-coordinate representation of color #D99B5C: hue angle of 30.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D99B5C is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 92 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.15 |
| HSL | 30.24º | 0.62% | 0.61% | - |
| HSV(B) | 30.24º | 0.58% | 0.85% | - |
| XYZ | 42.27 | 38.97 | 15.42 | - |
| YUV | 166.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 92 | 0 | 0.29 | 0.58 | 0.15 | 30.24 | 0.62 | 0.61 |
| Hex | D9 | 9B | 5C | 0 | 1D | 3A | F | 1E | 3E | 3D |
| Octal | 331 | 233 | 134 | 0 | 35 | 72 | 17 | 36 | 76 | 75 |
| Binary | 11011001 | 10011011 | 1011100 | 0 | 11101 | 111010 | 1111 | 11110 | 111110 | 111101 |
Color Harmonies of #D99B5C
Complementary color
Monochromatic Colors of #D99B5C
Black with #D99B5C
Text Example
Text Example
White with #D99B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B5C; }
p { color: rgb(217,155,92); }
H1.HeaderClassName
{
color: #D99B5C;
}
.AnyTagClassName
{
color: #D99B5C;
}
</style>
background-color css
<style>
a { background-color: #D99B5C; }
a { background-color: rgb(217,155,92); }
div.DivClassName
{
background-color: #D99B5C;
}
.BgClassName
{
background-color: #D99B5C;
}
</style>
border-color css
<style>
span { border-color: #D99B5C; }
span { border-color: rgb(217,155,92); }
td.TdClassName
{
border-color: #D99B5C;
}
.TagClassName
{
border-color: #D99B5C;
}
</style>