Shades of Porsche #DDA15B
Tints of Porsche #DDA15B
RGB
CMYK
RGB Variations
Color information
#DDA15B (or 0xDDA15B) is known color: Porsche. HEX triplet: DD, A1 and 5B. RGB value is (221,161,91). Sum of RGB (Red+Green+Blue) = 221+161+91=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA15B is #225EA4. Grayscale: #ABABAB. Windows color (decimal): -2252453 or 6005213. OLE color: 6005213.
HSL color Cylindrical-coordinate representation of color #DDA15B: hue angle of 32.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDA15B is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 91 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.13 |
| HSL | 32.31º | 0.66% | 0.61% | - |
| HSV(B) | 32.31º | 0.59% | 0.87% | - |
| XYZ | 44.45 | 41.62 | 15.59 | - |
| YUV | 170.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 91 | 0 | 0.27 | 0.59 | 0.13 | 32.31 | 0.66 | 0.61 |
| Hex | DD | A1 | 5B | 0 | 1B | 3B | D | 20 | 42 | 3D |
| Octal | 335 | 241 | 133 | 0 | 33 | 73 | 15 | 40 | 102 | 75 |
| Binary | 11011101 | 10100001 | 1011011 | 0 | 11011 | 111011 | 1101 | 100000 | 1000010 | 111101 |
Color Harmonies of #DDA15B
Complementary color
Monochromatic Colors of #DDA15B
Black with #DDA15B
Text Example
Text Example
White with #DDA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA15B; }
p { color: rgb(221,161,91); }
H1.HeaderClassName
{
color: #DDA15B;
}
.AnyTagClassName
{
color: #DDA15B;
}
</style>
background-color css
<style>
a { background-color: #DDA15B; }
a { background-color: rgb(221,161,91); }
div.DivClassName
{
background-color: #DDA15B;
}
.BgClassName
{
background-color: #DDA15B;
}
</style>
border-color css
<style>
span { border-color: #DDA15B; }
span { border-color: rgb(221,161,91); }
td.TdClassName
{
border-color: #DDA15B;
}
.TagClassName
{
border-color: #DDA15B;
}
</style>