Shades of Porsche #DDA254
Tints of Porsche #DDA254
RGB
CMYK
RGB Variations
Color information
#DDA254 (or 0xDDA254) is known color: Porsche. HEX triplet: DD, A2 and 54. RGB value is (221,162,84). Sum of RGB (Red+Green+Blue) = 221+162+84=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA254 is #225DAB. Grayscale: #ABABAB. Windows color (decimal): -2252204 or 5546717. OLE color: 5546717.
HSL color Cylindrical-coordinate representation of color #DDA254: hue angle of 34.16º 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 #DDA254 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 84 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.13 |
| HSL | 34.16º | 0.67% | 0.6% | - |
| HSV(B) | 34.16º | 0.62% | 0.87% | - |
| XYZ | 44.34 | 41.85 | 14.13 | - |
| YUV | 170.75 | 79.05 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 84 | 0 | 0.27 | 0.62 | 0.13 | 34.16 | 0.67 | 0.6 |
| Hex | DD | A2 | 54 | 0 | 1B | 3E | D | 22 | 43 | 3C |
| Octal | 335 | 242 | 124 | 0 | 33 | 76 | 15 | 42 | 103 | 74 |
| Binary | 11011101 | 10100010 | 1010100 | 0 | 11011 | 111110 | 1101 | 100010 | 1000011 | 111100 |
Color Harmonies of #DDA254
Complementary color
Monochromatic Colors of #DDA254
Black with #DDA254
Text Example
Text Example
White with #DDA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA254; }
p { color: rgb(221,162,84); }
H1.HeaderClassName
{
color: #DDA254;
}
.AnyTagClassName
{
color: #DDA254;
}
</style>
background-color css
<style>
a { background-color: #DDA254; }
a { background-color: rgb(221,162,84); }
div.DivClassName
{
background-color: #DDA254;
}
.BgClassName
{
background-color: #DDA254;
}
</style>
border-color css
<style>
span { border-color: #DDA254; }
span { border-color: rgb(221,162,84); }
td.TdClassName
{
border-color: #DDA254;
}
.TagClassName
{
border-color: #DDA254;
}
</style>