Shades of Porsche #DDA468
Tints of Porsche #DDA468
RGB
CMYK
RGB Variations
Color information
#DDA468 (or 0xDDA468) is known color: Porsche. HEX triplet: DD, A4 and 68. RGB value is (221,164,104). Sum of RGB (Red+Green+Blue) = 221+164+104=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA468 is #225B97. Grayscale: #AEAEAE. Windows color (decimal): -2251672 or 6857949. OLE color: 6857949.
HSL color Cylindrical-coordinate representation of color #DDA468: hue angle of 30.77º 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 #DDA468 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 104 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.13 |
| HSL | 30.77º | 0.63% | 0.64% | - |
| HSV(B) | 30.77º | 0.53% | 0.87% | - |
| XYZ | 45.59 | 42.92 | 18.98 | - |
| YUV | 174.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 104 | 0 | 0.26 | 0.53 | 0.13 | 30.77 | 0.63 | 0.64 |
| Hex | DD | A4 | 68 | 0 | 1A | 35 | D | 1F | 3F | 40 |
| Octal | 335 | 244 | 150 | 0 | 32 | 65 | 15 | 37 | 77 | 100 |
| Binary | 11011101 | 10100100 | 1101000 | 0 | 11010 | 110101 | 1101 | 11111 | 111111 | 1000000 |
Color Harmonies of #DDA468
Complementary color
Monochromatic Colors of #DDA468
Black with #DDA468
Text Example
Text Example
White with #DDA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA468; }
p { color: rgb(221,164,104); }
H1.HeaderClassName
{
color: #DDA468;
}
.AnyTagClassName
{
color: #DDA468;
}
</style>
background-color css
<style>
a { background-color: #DDA468; }
a { background-color: rgb(221,164,104); }
div.DivClassName
{
background-color: #DDA468;
}
.BgClassName
{
background-color: #DDA468;
}
</style>
border-color css
<style>
span { border-color: #DDA468; }
span { border-color: rgb(221,164,104); }
td.TdClassName
{
border-color: #DDA468;
}
.TagClassName
{
border-color: #DDA468;
}
</style>