Shades of Porsche #DC9B68
Tints of Porsche #DC9B68
RGB
CMYK
RGB Variations
Color information
#DC9B68 (or 0xDC9B68) is known color: Porsche. HEX triplet: DC, 9B and 68. RGB value is (220,155,104). Sum of RGB (Red+Green+Blue) = 220+155+104=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9B68 is #236497. Grayscale: #A8A8A8. Windows color (decimal): -2319512 or 6855644. OLE color: 6855644.
HSL color Cylindrical-coordinate representation of color #DC9B68: hue angle of 26.38º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9B68 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 155 | 104 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.14 |
| HSL | 26.38º | 0.62% | 0.64% | - |
| HSV(B) | 26.38º | 0.53% | 0.86% | - |
| XYZ | 43.74 | 39.66 | 18.45 | - |
| YUV | 168.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 104 | 0 | 0.30 | 0.53 | 0.14 | 26.38 | 0.62 | 0.64 |
| Hex | DC | 9B | 68 | 0 | 1E | 35 | E | 1A | 3E | 40 |
| Octal | 334 | 233 | 150 | 0 | 36 | 65 | 16 | 32 | 76 | 100 |
| Binary | 11011100 | 10011011 | 1101000 | 0 | 11110 | 110101 | 1110 | 11010 | 111110 | 1000000 |
Color Harmonies of #DC9B68
Complementary color
Monochromatic Colors of #DC9B68
Black with #DC9B68
Text Example
Text Example
White with #DC9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9B68; }
p { color: rgb(220,155,104); }
H1.HeaderClassName
{
color: #DC9B68;
}
.AnyTagClassName
{
color: #DC9B68;
}
</style>
background-color css
<style>
a { background-color: #DC9B68; }
a { background-color: rgb(220,155,104); }
div.DivClassName
{
background-color: #DC9B68;
}
.BgClassName
{
background-color: #DC9B68;
}
</style>
border-color css
<style>
span { border-color: #DC9B68; }
span { border-color: rgb(220,155,104); }
td.TdClassName
{
border-color: #DC9B68;
}
.TagClassName
{
border-color: #DC9B68;
}
</style>