Shades of Porsche #DDA255
Tints of Porsche #DDA255
RGB
CMYK
RGB Variations
Color information
#DDA255 (or 0xDDA255) is known color: Porsche. HEX triplet: DD, A2 and 55. RGB value is (221,162,85). Sum of RGB (Red+Green+Blue) = 221+162+85=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA255 is #225DAA. Grayscale: #ABABAB. Windows color (decimal): -2252203 or 5612253. OLE color: 5612253.
HSL color Cylindrical-coordinate representation of color #DDA255: hue angle of 33.97º 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 #DDA255 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 85 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.13 |
| HSL | 33.97º | 0.67% | 0.6% | - |
| HSV(B) | 33.97º | 0.62% | 0.87% | - |
| XYZ | 44.38 | 41.87 | 14.34 | - |
| YUV | 170.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 85 | 0 | 0.27 | 0.62 | 0.13 | 33.97 | 0.67 | 0.6 |
| Hex | DD | A2 | 55 | 0 | 1B | 3E | D | 22 | 43 | 3C |
| Octal | 335 | 242 | 125 | 0 | 33 | 76 | 15 | 42 | 103 | 74 |
| Binary | 11011101 | 10100010 | 1010101 | 0 | 11011 | 111110 | 1101 | 100010 | 1000011 | 111100 |
Color Harmonies of #DDA255
Complementary color
Monochromatic Colors of #DDA255
Black with #DDA255
Text Example
Text Example
White with #DDA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA255; }
p { color: rgb(221,162,85); }
H1.HeaderClassName
{
color: #DDA255;
}
.AnyTagClassName
{
color: #DDA255;
}
</style>
background-color css
<style>
a { background-color: #DDA255; }
a { background-color: rgb(221,162,85); }
div.DivClassName
{
background-color: #DDA255;
}
.BgClassName
{
background-color: #DDA255;
}
</style>
border-color css
<style>
span { border-color: #DDA255; }
span { border-color: rgb(221,162,85); }
td.TdClassName
{
border-color: #DDA255;
}
.TagClassName
{
border-color: #DDA255;
}
</style>