Shades of Porsche #DF9762
Tints of Porsche #DF9762
RGB
CMYK
RGB Variations
Color information
#DF9762 (or 0xDF9762) is known color: Porsche. HEX triplet: DF, 97 and 62. RGB value is (223,151,98). Sum of RGB (Red+Green+Blue) = 223+151+98=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9762 is #20689D. Grayscale: #A6A6A6. Windows color (decimal): -2123934 or 6461407. OLE color: 6461407.
HSL color Cylindrical-coordinate representation of color #DF9762: hue angle of 25.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF9762 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 98 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.13 |
| HSL | 25.44º | 0.66% | 0.63% | - |
| HSV(B) | 25.44º | 0.56% | 0.87% | - |
| XYZ | 43.7 | 38.7 | 16.72 | - |
| YUV | 166.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 98 | 0 | 0.32 | 0.56 | 0.13 | 25.44 | 0.66 | 0.63 |
| Hex | DF | 97 | 62 | 0 | 20 | 38 | D | 19 | 42 | 3F |
| Octal | 337 | 227 | 142 | 0 | 40 | 70 | 15 | 31 | 102 | 77 |
| Binary | 11011111 | 10010111 | 1100010 | 0 | 100000 | 111000 | 1101 | 11001 | 1000010 | 111111 |
Color Harmonies of #DF9762
Complementary color
Monochromatic Colors of #DF9762
Black with #DF9762
Text Example
Text Example
White with #DF9762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9762; }
p { color: rgb(223,151,98); }
H1.HeaderClassName
{
color: #DF9762;
}
.AnyTagClassName
{
color: #DF9762;
}
</style>
background-color css
<style>
a { background-color: #DF9762; }
a { background-color: rgb(223,151,98); }
div.DivClassName
{
background-color: #DF9762;
}
.BgClassName
{
background-color: #DF9762;
}
</style>
border-color css
<style>
span { border-color: #DF9762; }
span { border-color: rgb(223,151,98); }
td.TdClassName
{
border-color: #DF9762;
}
.TagClassName
{
border-color: #DF9762;
}
</style>