Shades of Porsche #DDA667
Tints of Porsche #DDA667
RGB
CMYK
RGB Variations
Color information
#DDA667 (or 0xDDA667) is known color: Porsche. HEX triplet: DD, A6 and 67. RGB value is (221,166,103). Sum of RGB (Red+Green+Blue) = 221+166+103=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA667 is #225998. Grayscale: #AFAFAF. Windows color (decimal): -2251161 or 6792925. OLE color: 6792925.
HSL color Cylindrical-coordinate representation of color #DDA667: hue angle of 32.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDA667 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 103 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.13 |
| HSL | 32.03º | 0.63% | 0.64% | - |
| HSV(B) | 32.03º | 0.53% | 0.87% | - |
| XYZ | 45.9 | 43.62 | 18.83 | - |
| YUV | 175.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 103 | 0 | 0.25 | 0.53 | 0.13 | 32.03 | 0.63 | 0.64 |
| Hex | DD | A6 | 67 | 0 | 19 | 35 | D | 20 | 3F | 40 |
| Octal | 335 | 246 | 147 | 0 | 31 | 65 | 15 | 40 | 77 | 100 |
| Binary | 11011101 | 10100110 | 1100111 | 0 | 11001 | 110101 | 1101 | 100000 | 111111 | 1000000 |
Color Harmonies of #DDA667
Complementary color
Monochromatic Colors of #DDA667
Black with #DDA667
Text Example
Text Example
White with #DDA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA667; }
p { color: rgb(221,166,103); }
H1.HeaderClassName
{
color: #DDA667;
}
.AnyTagClassName
{
color: #DDA667;
}
</style>
background-color css
<style>
a { background-color: #DDA667; }
a { background-color: rgb(221,166,103); }
div.DivClassName
{
background-color: #DDA667;
}
.BgClassName
{
background-color: #DDA667;
}
</style>
border-color css
<style>
span { border-color: #DDA667; }
span { border-color: rgb(221,166,103); }
td.TdClassName
{
border-color: #DDA667;
}
.TagClassName
{
border-color: #DDA667;
}
</style>