Shades of Porsche #DDA369
Tints of Porsche #DDA369
RGB
CMYK
RGB Variations
Color information
#DDA369 (or 0xDDA369) is known color: Porsche. HEX triplet: DD, A3 and 69. RGB value is (221,163,105). Sum of RGB (Red+Green+Blue) = 221+163+105=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA369 is #225C96. Grayscale: #AEAEAE. Windows color (decimal): -2251927 or 6923229. OLE color: 6923229.
HSL color Cylindrical-coordinate representation of color #DDA369: hue angle of 30º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDA369 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 105 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.13 |
| HSL | 30º | 0.63% | 0.64% | - |
| HSV(B) | 30º | 0.52% | 0.87% | - |
| XYZ | 45.47 | 42.59 | 19.19 | - |
| YUV | 173.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 105 | 0 | 0.26 | 0.52 | 0.13 | 30 | 0.63 | 0.64 |
| Hex | DD | A3 | 69 | 0 | 1A | 34 | D | 1E | 3F | 40 |
| Octal | 335 | 243 | 151 | 0 | 32 | 64 | 15 | 36 | 77 | 100 |
| Binary | 11011101 | 10100011 | 1101001 | 0 | 11010 | 110100 | 1101 | 11110 | 111111 | 1000000 |
Color Harmonies of #DDA369
Complementary color
Monochromatic Colors of #DDA369
Black with #DDA369
Text Example
Text Example
White with #DDA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA369; }
p { color: rgb(221,163,105); }
H1.HeaderClassName
{
color: #DDA369;
}
.AnyTagClassName
{
color: #DDA369;
}
</style>
background-color css
<style>
a { background-color: #DDA369; }
a { background-color: rgb(221,163,105); }
div.DivClassName
{
background-color: #DDA369;
}
.BgClassName
{
background-color: #DDA369;
}
</style>
border-color css
<style>
span { border-color: #DDA369; }
span { border-color: rgb(221,163,105); }
td.TdClassName
{
border-color: #DDA369;
}
.TagClassName
{
border-color: #DDA369;
}
</style>