Shades of Porsche #DC9F69
Tints of Porsche #DC9F69
RGB
CMYK
RGB Variations
Color information
#DC9F69 (or 0xDC9F69) is known color: Porsche. HEX triplet: DC, 9F and 69. RGB value is (220,159,105). Sum of RGB (Red+Green+Blue) = 220+159+105=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F69 is #236096. Grayscale: #ABABAB. Windows color (decimal): -2318487 or 6922204. OLE color: 6922204.
HSL color Cylindrical-coordinate representation of color #DC9F69: hue angle of 28.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC9F69 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 105 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.14 |
| HSL | 28.17º | 0.62% | 0.64% | - |
| HSV(B) | 28.17º | 0.52% | 0.86% | - |
| XYZ | 44.46 | 41.03 | 18.94 | - |
| YUV | 171.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 105 | 0 | 0.28 | 0.52 | 0.14 | 28.17 | 0.62 | 0.64 |
| Hex | DC | 9F | 69 | 0 | 1C | 34 | E | 1C | 3E | 40 |
| Octal | 334 | 237 | 151 | 0 | 34 | 64 | 16 | 34 | 76 | 100 |
| Binary | 11011100 | 10011111 | 1101001 | 0 | 11100 | 110100 | 1110 | 11100 | 111110 | 1000000 |
Color Harmonies of #DC9F69
Complementary color
Monochromatic Colors of #DC9F69
Black with #DC9F69
Text Example
Text Example
White with #DC9F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F69; }
p { color: rgb(220,159,105); }
H1.HeaderClassName
{
color: #DC9F69;
}
.AnyTagClassName
{
color: #DC9F69;
}
</style>
background-color css
<style>
a { background-color: #DC9F69; }
a { background-color: rgb(220,159,105); }
div.DivClassName
{
background-color: #DC9F69;
}
.BgClassName
{
background-color: #DC9F69;
}
</style>
border-color css
<style>
span { border-color: #DC9F69; }
span { border-color: rgb(220,159,105); }
td.TdClassName
{
border-color: #DC9F69;
}
.TagClassName
{
border-color: #DC9F69;
}
</style>