Shades of Porsche #DC965A
Tints of Porsche #DC965A
RGB
CMYK
RGB Variations
Color information
#DC965A (or 0xDC965A) is known color: Porsche. HEX triplet: DC, 96 and 5A. RGB value is (220,150,90). Sum of RGB (Red+Green+Blue) = 220+150+90=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC965A is #2369A5. Grayscale: #A4A4A4. Windows color (decimal): -2320806 or 5936860. OLE color: 5936860.
HSL color Cylindrical-coordinate representation of color #DC965A: hue angle of 27.69º 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 #DC965A is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 90 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.14 |
| HSL | 27.69º | 0.65% | 0.61% | - |
| HSV(B) | 27.69º | 0.59% | 0.86% | - |
| XYZ | 42.27 | 37.77 | 14.73 | - |
| YUV | 164.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 90 | 0 | 0.32 | 0.59 | 0.14 | 27.69 | 0.65 | 0.61 |
| Hex | DC | 96 | 5A | 0 | 20 | 3B | E | 1C | 41 | 3D |
| Octal | 334 | 226 | 132 | 0 | 40 | 73 | 16 | 34 | 101 | 75 |
| Binary | 11011100 | 10010110 | 1011010 | 0 | 100000 | 111011 | 1110 | 11100 | 1000001 | 111101 |
Color Harmonies of #DC965A
Complementary color
Monochromatic Colors of #DC965A
Black with #DC965A
Text Example
Text Example
White with #DC965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC965A; }
p { color: rgb(220,150,90); }
H1.HeaderClassName
{
color: #DC965A;
}
.AnyTagClassName
{
color: #DC965A;
}
</style>
background-color css
<style>
a { background-color: #DC965A; }
a { background-color: rgb(220,150,90); }
div.DivClassName
{
background-color: #DC965A;
}
.BgClassName
{
background-color: #DC965A;
}
</style>
border-color css
<style>
span { border-color: #DC965A; }
span { border-color: rgb(220,150,90); }
td.TdClassName
{
border-color: #DC965A;
}
.TagClassName
{
border-color: #DC965A;
}
</style>