Shades of Porsche #DC995A
Tints of Porsche #DC995A
RGB
CMYK
RGB Variations
Color information
#DC995A (or 0xDC995A) is known color: Porsche. HEX triplet: DC, 99 and 5A. RGB value is (220,153,90). Sum of RGB (Red+Green+Blue) = 220+153+90=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC995A is #2366A5. Grayscale: #A6A6A6. Windows color (decimal): -2320038 or 5937628. OLE color: 5937628.
HSL color Cylindrical-coordinate representation of color #DC995A: hue angle of 29.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC995A is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 90 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.14 |
| HSL | 29.08º | 0.65% | 0.61% | - |
| HSV(B) | 29.08º | 0.59% | 0.86% | - |
| XYZ | 42.75 | 38.74 | 14.9 | - |
| YUV | 165.85 | 85.2 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 90 | 0 | 0.30 | 0.59 | 0.14 | 29.08 | 0.65 | 0.61 |
| Hex | DC | 99 | 5A | 0 | 1E | 3B | E | 1D | 41 | 3D |
| Octal | 334 | 231 | 132 | 0 | 36 | 73 | 16 | 35 | 101 | 75 |
| Binary | 11011100 | 10011001 | 1011010 | 0 | 11110 | 111011 | 1110 | 11101 | 1000001 | 111101 |
Color Harmonies of #DC995A
Complementary color
Monochromatic Colors of #DC995A
Black with #DC995A
Text Example
Text Example
White with #DC995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC995A; }
p { color: rgb(220,153,90); }
H1.HeaderClassName
{
color: #DC995A;
}
.AnyTagClassName
{
color: #DC995A;
}
</style>
background-color css
<style>
a { background-color: #DC995A; }
a { background-color: rgb(220,153,90); }
div.DivClassName
{
background-color: #DC995A;
}
.BgClassName
{
background-color: #DC995A;
}
</style>
border-color css
<style>
span { border-color: #DC995A; }
span { border-color: rgb(220,153,90); }
td.TdClassName
{
border-color: #DC995A;
}
.TagClassName
{
border-color: #DC995A;
}
</style>