Shades of Porsche #DDA253
Tints of Porsche #DDA253
RGB
CMYK
RGB Variations
Color information
#DDA253 (or 0xDDA253) is known color: Porsche. HEX triplet: DD, A2 and 53. RGB value is (221,162,83). Sum of RGB (Red+Green+Blue) = 221+162+83=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA253 is #225DAC. Grayscale: #ABABAB. Windows color (decimal): -2252205 or 5481181. OLE color: 5481181.
HSL color Cylindrical-coordinate representation of color #DDA253: hue angle of 34.35º 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 #DDA253 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 83 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.13 |
| HSL | 34.35º | 0.67% | 0.6% | - |
| HSV(B) | 34.35º | 0.62% | 0.87% | - |
| XYZ | 44.3 | 41.84 | 13.92 | - |
| YUV | 170.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 83 | 0 | 0.27 | 0.62 | 0.13 | 34.35 | 0.67 | 0.6 |
| Hex | DD | A2 | 53 | 0 | 1B | 3E | D | 22 | 43 | 3C |
| Octal | 335 | 242 | 123 | 0 | 33 | 76 | 15 | 42 | 103 | 74 |
| Binary | 11011101 | 10100010 | 1010011 | 0 | 11011 | 111110 | 1101 | 100010 | 1000011 | 111100 |
Color Harmonies of #DDA253
Complementary color
Monochromatic Colors of #DDA253
Black with #DDA253
Text Example
Text Example
White with #DDA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA253; }
p { color: rgb(221,162,83); }
H1.HeaderClassName
{
color: #DDA253;
}
.AnyTagClassName
{
color: #DDA253;
}
</style>
background-color css
<style>
a { background-color: #DDA253; }
a { background-color: rgb(221,162,83); }
div.DivClassName
{
background-color: #DDA253;
}
.BgClassName
{
background-color: #DDA253;
}
</style>
border-color css
<style>
span { border-color: #DDA253; }
span { border-color: rgb(221,162,83); }
td.TdClassName
{
border-color: #DDA253;
}
.TagClassName
{
border-color: #DDA253;
}
</style>