Shades of Porsche #DDA15F
Tints of Porsche #DDA15F
RGB
CMYK
RGB Variations
Color information
#DDA15F (or 0xDDA15F) is known color: Porsche. HEX triplet: DD, A1 and 5F. RGB value is (221,161,95). Sum of RGB (Red+Green+Blue) = 221+161+95=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA15F is #225EA0. Grayscale: #ABABAB. Windows color (decimal): -2252449 or 6267357. OLE color: 6267357.
HSL color Cylindrical-coordinate representation of color #DDA15F: hue angle of 31.43º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDA15F is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 95 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.13 |
| HSL | 31.43º | 0.65% | 0.62% | - |
| HSV(B) | 31.43º | 0.57% | 0.87% | - |
| XYZ | 44.63 | 41.69 | 16.52 | - |
| YUV | 171.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 95 | 0 | 0.27 | 0.57 | 0.13 | 31.43 | 0.65 | 0.62 |
| Hex | DD | A1 | 5F | 0 | 1B | 39 | D | 1F | 41 | 3E |
| Octal | 335 | 241 | 137 | 0 | 33 | 71 | 15 | 37 | 101 | 76 |
| Binary | 11011101 | 10100001 | 1011111 | 0 | 11011 | 111001 | 1101 | 11111 | 1000001 | 111110 |
Color Harmonies of #DDA15F
Complementary color
Monochromatic Colors of #DDA15F
Black with #DDA15F
Text Example
Text Example
White with #DDA15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA15F; }
p { color: rgb(221,161,95); }
H1.HeaderClassName
{
color: #DDA15F;
}
.AnyTagClassName
{
color: #DDA15F;
}
</style>
background-color css
<style>
a { background-color: #DDA15F; }
a { background-color: rgb(221,161,95); }
div.DivClassName
{
background-color: #DDA15F;
}
.BgClassName
{
background-color: #DDA15F;
}
</style>
border-color css
<style>
span { border-color: #DDA15F; }
span { border-color: rgb(221,161,95); }
td.TdClassName
{
border-color: #DDA15F;
}
.TagClassName
{
border-color: #DDA15F;
}
</style>