Shades of Porsche #DDA268
Tints of Porsche #DDA268
RGB
CMYK
RGB Variations
Color information
#DDA268 (or 0xDDA268) is known color: Porsche. HEX triplet: DD, A2 and 68. RGB value is (221,162,104). Sum of RGB (Red+Green+Blue) = 221+162+104=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA268 is #225D97. Grayscale: #ADADAD. Windows color (decimal): -2252184 or 6857437. OLE color: 6857437.
HSL color Cylindrical-coordinate representation of color #DDA268: hue angle of 29.74º 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 #DDA268 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 104 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.13 |
| HSL | 29.74º | 0.63% | 0.64% | - |
| HSV(B) | 29.74º | 0.53% | 0.87% | - |
| XYZ | 45.24 | 42.21 | 18.86 | - |
| YUV | 173.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 104 | 0 | 0.27 | 0.53 | 0.13 | 29.74 | 0.63 | 0.64 |
| Hex | DD | A2 | 68 | 0 | 1B | 35 | D | 1E | 3F | 40 |
| Octal | 335 | 242 | 150 | 0 | 33 | 65 | 15 | 36 | 77 | 100 |
| Binary | 11011101 | 10100010 | 1101000 | 0 | 11011 | 110101 | 1101 | 11110 | 111111 | 1000000 |
Color Harmonies of #DDA268
Complementary color
Monochromatic Colors of #DDA268
Black with #DDA268
Text Example
Text Example
White with #DDA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA268; }
p { color: rgb(221,162,104); }
H1.HeaderClassName
{
color: #DDA268;
}
.AnyTagClassName
{
color: #DDA268;
}
</style>
background-color css
<style>
a { background-color: #DDA268; }
a { background-color: rgb(221,162,104); }
div.DivClassName
{
background-color: #DDA268;
}
.BgClassName
{
background-color: #DDA268;
}
</style>
border-color css
<style>
span { border-color: #DDA268; }
span { border-color: rgb(221,162,104); }
td.TdClassName
{
border-color: #DDA268;
}
.TagClassName
{
border-color: #DDA268;
}
</style>