Shades of Porsche #DDA154
Tints of Porsche #DDA154
RGB
CMYK
RGB Variations
Color information
#DDA154 (or 0xDDA154) is known color: Porsche. HEX triplet: DD, A1 and 54. RGB value is (221,161,84). Sum of RGB (Red+Green+Blue) = 221+161+84=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA154 is #225EAB. Grayscale: #AAAAAA. Windows color (decimal): -2252460 or 5546461. OLE color: 5546461.
HSL color Cylindrical-coordinate representation of color #DDA154: hue angle of 33.72º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDA154 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 84 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.13 |
| HSL | 33.72º | 0.67% | 0.6% | - |
| HSV(B) | 33.72º | 0.62% | 0.87% | - |
| XYZ | 44.16 | 41.5 | 14.07 | - |
| YUV | 170.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 84 | 0 | 0.27 | 0.62 | 0.13 | 33.72 | 0.67 | 0.6 |
| Hex | DD | A1 | 54 | 0 | 1B | 3E | D | 22 | 43 | 3C |
| Octal | 335 | 241 | 124 | 0 | 33 | 76 | 15 | 42 | 103 | 74 |
| Binary | 11011101 | 10100001 | 1010100 | 0 | 11011 | 111110 | 1101 | 100010 | 1000011 | 111100 |
Color Harmonies of #DDA154
Complementary color
Monochromatic Colors of #DDA154
Black with #DDA154
Text Example
Text Example
White with #DDA154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA154; }
p { color: rgb(221,161,84); }
H1.HeaderClassName
{
color: #DDA154;
}
.AnyTagClassName
{
color: #DDA154;
}
</style>
background-color css
<style>
a { background-color: #DDA154; }
a { background-color: rgb(221,161,84); }
div.DivClassName
{
background-color: #DDA154;
}
.BgClassName
{
background-color: #DDA154;
}
</style>
border-color css
<style>
span { border-color: #DDA154; }
span { border-color: rgb(221,161,84); }
td.TdClassName
{
border-color: #DDA154;
}
.TagClassName
{
border-color: #DDA154;
}
</style>