Shades of Porsche #DDA565
Tints of Porsche #DDA565
RGB
CMYK
RGB Variations
Color information
#DDA565 (or 0xDDA565) is known color: Porsche. HEX triplet: DD, A5 and 65. RGB value is (221,165,101). Sum of RGB (Red+Green+Blue) = 221+165+101=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA565 is #225A9A. Grayscale: #AEAEAE. Windows color (decimal): -2251419 or 6661597. OLE color: 6661597.
HSL color Cylindrical-coordinate representation of color #DDA565: hue angle of 32º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDA565 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 101 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.13 |
| HSL | 32º | 0.64% | 0.63% | - |
| HSV(B) | 32º | 0.54% | 0.87% | - |
| XYZ | 45.62 | 43.22 | 18.25 | - |
| YUV | 174.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 101 | 0 | 0.25 | 0.54 | 0.13 | 32 | 0.64 | 0.63 |
| Hex | DD | A5 | 65 | 0 | 19 | 36 | D | 20 | 40 | 3F |
| Octal | 335 | 245 | 145 | 0 | 31 | 66 | 15 | 40 | 100 | 77 |
| Binary | 11011101 | 10100101 | 1100101 | 0 | 11001 | 110110 | 1101 | 100000 | 1000000 | 111111 |
Color Harmonies of #DDA565
Complementary color
Monochromatic Colors of #DDA565
Black with #DDA565
Text Example
Text Example
White with #DDA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA565; }
p { color: rgb(221,165,101); }
H1.HeaderClassName
{
color: #DDA565;
}
.AnyTagClassName
{
color: #DDA565;
}
</style>
background-color css
<style>
a { background-color: #DDA565; }
a { background-color: rgb(221,165,101); }
div.DivClassName
{
background-color: #DDA565;
}
.BgClassName
{
background-color: #DDA565;
}
</style>
border-color css
<style>
span { border-color: #DDA565; }
span { border-color: rgb(221,165,101); }
td.TdClassName
{
border-color: #DDA565;
}
.TagClassName
{
border-color: #DDA565;
}
</style>