Shades of Porsche #DDA466
Tints of Porsche #DDA466
RGB
CMYK
RGB Variations
Color information
#DDA466 (or 0xDDA466) is known color: Porsche. HEX triplet: DD, A4 and 66. RGB value is (221,164,102). Sum of RGB (Red+Green+Blue) = 221+164+102=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA466 is #225B99. Grayscale: #AEAEAE. Windows color (decimal): -2251674 or 6726877. OLE color: 6726877.
HSL color Cylindrical-coordinate representation of color #DDA466: hue angle of 31.26º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDA466 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 102 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.13 |
| HSL | 31.26º | 0.64% | 0.63% | - |
| HSV(B) | 31.26º | 0.54% | 0.87% | - |
| XYZ | 45.49 | 42.88 | 18.45 | - |
| YUV | 173.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 102 | 0 | 0.26 | 0.54 | 0.13 | 31.26 | 0.64 | 0.63 |
| Hex | DD | A4 | 66 | 0 | 1A | 36 | D | 1F | 40 | 3F |
| Octal | 335 | 244 | 146 | 0 | 32 | 66 | 15 | 37 | 100 | 77 |
| Binary | 11011101 | 10100100 | 1100110 | 0 | 11010 | 110110 | 1101 | 11111 | 1000000 | 111111 |
Color Harmonies of #DDA466
Complementary color
Monochromatic Colors of #DDA466
Black with #DDA466
Text Example
Text Example
White with #DDA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA466; }
p { color: rgb(221,164,102); }
H1.HeaderClassName
{
color: #DDA466;
}
.AnyTagClassName
{
color: #DDA466;
}
</style>
background-color css
<style>
a { background-color: #DDA466; }
a { background-color: rgb(221,164,102); }
div.DivClassName
{
background-color: #DDA466;
}
.BgClassName
{
background-color: #DDA466;
}
</style>
border-color css
<style>
span { border-color: #DDA466; }
span { border-color: rgb(221,164,102); }
td.TdClassName
{
border-color: #DDA466;
}
.TagClassName
{
border-color: #DDA466;
}
</style>