Shades of Porsche #DDA367
Tints of Porsche #DDA367
RGB
CMYK
RGB Variations
Color information
#DDA367 (or 0xDDA367) is known color: Porsche. HEX triplet: DD, A3 and 67. RGB value is (221,163,103). Sum of RGB (Red+Green+Blue) = 221+163+103=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA367 is #225C98. Grayscale: #ADADAD. Windows color (decimal): -2251929 or 6792157. OLE color: 6792157.
HSL color Cylindrical-coordinate representation of color #DDA367: hue angle of 30.51º 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 #DDA367 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 103 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.13 |
| HSL | 30.51º | 0.63% | 0.64% | - |
| HSV(B) | 30.51º | 0.53% | 0.87% | - |
| XYZ | 45.36 | 42.55 | 18.65 | - |
| YUV | 173.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 103 | 0 | 0.26 | 0.53 | 0.13 | 30.51 | 0.63 | 0.64 |
| Hex | DD | A3 | 67 | 0 | 1A | 35 | D | 1F | 3F | 40 |
| Octal | 335 | 243 | 147 | 0 | 32 | 65 | 15 | 37 | 77 | 100 |
| Binary | 11011101 | 10100011 | 1100111 | 0 | 11010 | 110101 | 1101 | 11111 | 111111 | 1000000 |
Color Harmonies of #DDA367
Complementary color
Monochromatic Colors of #DDA367
Black with #DDA367
Text Example
Text Example
White with #DDA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA367; }
p { color: rgb(221,163,103); }
H1.HeaderClassName
{
color: #DDA367;
}
.AnyTagClassName
{
color: #DDA367;
}
</style>
background-color css
<style>
a { background-color: #DDA367; }
a { background-color: rgb(221,163,103); }
div.DivClassName
{
background-color: #DDA367;
}
.BgClassName
{
background-color: #DDA367;
}
</style>
border-color css
<style>
span { border-color: #DDA367; }
span { border-color: rgb(221,163,103); }
td.TdClassName
{
border-color: #DDA367;
}
.TagClassName
{
border-color: #DDA367;
}
</style>