Shades of Porsche #DB9C5C
Tints of Porsche #DB9C5C
RGB
CMYK
RGB Variations
Color information
#DB9C5C (or 0xDB9C5C) is known color: Porsche. HEX triplet: DB, 9C and 5C. RGB value is (219,156,92). Sum of RGB (Red+Green+Blue) = 219+156+92=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9C5C is #2463A3. Grayscale: #A7A7A7. Windows color (decimal): -2384804 or 6069467. OLE color: 6069467.
HSL color Cylindrical-coordinate representation of color #DB9C5C: hue angle of 30.24º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB9C5C is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 92 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.14 |
| HSL | 30.24º | 0.64% | 0.61% | - |
| HSV(B) | 30.24º | 0.58% | 0.86% | - |
| XYZ | 43.03 | 39.61 | 15.5 | - |
| YUV | 167.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 92 | 0 | 0.29 | 0.58 | 0.14 | 30.24 | 0.64 | 0.61 |
| Hex | DB | 9C | 5C | 0 | 1D | 3A | E | 1E | 40 | 3D |
| Octal | 333 | 234 | 134 | 0 | 35 | 72 | 16 | 36 | 100 | 75 |
| Binary | 11011011 | 10011100 | 1011100 | 0 | 11101 | 111010 | 1110 | 11110 | 1000000 | 111101 |
Color Harmonies of #DB9C5C
Complementary color
Monochromatic Colors of #DB9C5C
Black with #DB9C5C
Text Example
Text Example
White with #DB9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C5C; }
p { color: rgb(219,156,92); }
H1.HeaderClassName
{
color: #DB9C5C;
}
.AnyTagClassName
{
color: #DB9C5C;
}
</style>
background-color css
<style>
a { background-color: #DB9C5C; }
a { background-color: rgb(219,156,92); }
div.DivClassName
{
background-color: #DB9C5C;
}
.BgClassName
{
background-color: #DB9C5C;
}
</style>
border-color css
<style>
span { border-color: #DB9C5C; }
span { border-color: rgb(219,156,92); }
td.TdClassName
{
border-color: #DB9C5C;
}
.TagClassName
{
border-color: #DB9C5C;
}
</style>