Shades of Porsche #DDA257
Tints of Porsche #DDA257
RGB
CMYK
RGB Variations
Color information
#DDA257 (or 0xDDA257) is known color: Porsche. HEX triplet: DD, A2 and 57. RGB value is (221,162,87). Sum of RGB (Red+Green+Blue) = 221+162+87=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA257 is #225DA8. Grayscale: #ABABAB. Windows color (decimal): -2252201 or 5743325. OLE color: 5743325.
HSL color Cylindrical-coordinate representation of color #DDA257: hue angle of 33.58º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDA257 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 87 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.13 |
| HSL | 33.58º | 0.66% | 0.6% | - |
| HSV(B) | 33.58º | 0.61% | 0.87% | - |
| XYZ | 44.46 | 41.9 | 14.76 | - |
| YUV | 171.09 | 80.55 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 87 | 0 | 0.27 | 0.61 | 0.13 | 33.58 | 0.66 | 0.6 |
| Hex | DD | A2 | 57 | 0 | 1B | 3D | D | 22 | 42 | 3C |
| Octal | 335 | 242 | 127 | 0 | 33 | 75 | 15 | 42 | 102 | 74 |
| Binary | 11011101 | 10100010 | 1010111 | 0 | 11011 | 111101 | 1101 | 100010 | 1000010 | 111100 |
Color Harmonies of #DDA257
Complementary color
Monochromatic Colors of #DDA257
Black with #DDA257
Text Example
Text Example
White with #DDA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA257; }
p { color: rgb(221,162,87); }
H1.HeaderClassName
{
color: #DDA257;
}
.AnyTagClassName
{
color: #DDA257;
}
</style>
background-color css
<style>
a { background-color: #DDA257; }
a { background-color: rgb(221,162,87); }
div.DivClassName
{
background-color: #DDA257;
}
.BgClassName
{
background-color: #DDA257;
}
</style>
border-color css
<style>
span { border-color: #DDA257; }
span { border-color: rgb(221,162,87); }
td.TdClassName
{
border-color: #DDA257;
}
.TagClassName
{
border-color: #DDA257;
}
</style>