Shades of Porsche #DDA569
Tints of Porsche #DDA569
RGB
CMYK
RGB Variations
Color information
#DDA569 (or 0xDDA569) is known color: Porsche. HEX triplet: DD, A5 and 69. RGB value is (221,165,105). Sum of RGB (Red+Green+Blue) = 221+165+105=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA569 is #225A96. Grayscale: #AFAFAF. Windows color (decimal): -2251415 or 6923741. OLE color: 6923741.
HSL color Cylindrical-coordinate representation of color #DDA569: hue angle of 31.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDA569 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 105 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.13 |
| HSL | 31.03º | 0.63% | 0.64% | - |
| HSV(B) | 31.03º | 0.52% | 0.87% | - |
| XYZ | 45.82 | 43.3 | 19.31 | - |
| YUV | 174.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 105 | 0 | 0.25 | 0.52 | 0.13 | 31.03 | 0.63 | 0.64 |
| Hex | DD | A5 | 69 | 0 | 19 | 34 | D | 1F | 3F | 40 |
| Octal | 335 | 245 | 151 | 0 | 31 | 64 | 15 | 37 | 77 | 100 |
| Binary | 11011101 | 10100101 | 1101001 | 0 | 11001 | 110100 | 1101 | 11111 | 111111 | 1000000 |
Color Harmonies of #DDA569
Complementary color
Monochromatic Colors of #DDA569
Black with #DDA569
Text Example
Text Example
White with #DDA569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA569; }
p { color: rgb(221,165,105); }
H1.HeaderClassName
{
color: #DDA569;
}
.AnyTagClassName
{
color: #DDA569;
}
</style>
background-color css
<style>
a { background-color: #DDA569; }
a { background-color: rgb(221,165,105); }
div.DivClassName
{
background-color: #DDA569;
}
.BgClassName
{
background-color: #DDA569;
}
</style>
border-color css
<style>
span { border-color: #DDA569; }
span { border-color: rgb(221,165,105); }
td.TdClassName
{
border-color: #DDA569;
}
.TagClassName
{
border-color: #DDA569;
}
</style>