Shades of Porsche #DF9752
Tints of Porsche #DF9752
RGB
CMYK
RGB Variations
Color information
#DF9752 (or 0xDF9752) is known color: Porsche. HEX triplet: DF, 97 and 52. RGB value is (223,151,82). Sum of RGB (Red+Green+Blue) = 223+151+82=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9752 is #2068AD. Grayscale: #A5A5A5. Windows color (decimal): -2123950 or 5412831. OLE color: 5412831.
HSL color Cylindrical-coordinate representation of color #DF9752: hue angle of 29.36º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF9752 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 82 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.13 |
| HSL | 29.36º | 0.69% | 0.6% | - |
| HSV(B) | 29.36º | 0.63% | 0.87% | - |
| XYZ | 43.02 | 38.43 | 13.13 | - |
| YUV | 164.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 82 | 0 | 0.32 | 0.63 | 0.13 | 29.36 | 0.69 | 0.6 |
| Hex | DF | 97 | 52 | 0 | 20 | 3F | D | 1D | 45 | 3C |
| Octal | 337 | 227 | 122 | 0 | 40 | 77 | 15 | 35 | 105 | 74 |
| Binary | 11011111 | 10010111 | 1010010 | 0 | 100000 | 111111 | 1101 | 11101 | 1000101 | 111100 |
Color Harmonies of #DF9752
Complementary color
Monochromatic Colors of #DF9752
Black with #DF9752
Text Example
Text Example
White with #DF9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9752; }
p { color: rgb(223,151,82); }
H1.HeaderClassName
{
color: #DF9752;
}
.AnyTagClassName
{
color: #DF9752;
}
</style>
background-color css
<style>
a { background-color: #DF9752; }
a { background-color: rgb(223,151,82); }
div.DivClassName
{
background-color: #DF9752;
}
.BgClassName
{
background-color: #DF9752;
}
</style>
border-color css
<style>
span { border-color: #DF9752; }
span { border-color: rgb(223,151,82); }
td.TdClassName
{
border-color: #DF9752;
}
.TagClassName
{
border-color: #DF9752;
}
</style>