Shades of Porsche #DDA46B
Tints of Porsche #DDA46B
RGB
CMYK
RGB Variations
Color information
#DDA46B (or 0xDDA46B) is known color: Porsche. HEX triplet: DD, A4 and 6B. RGB value is (221,164,107). Sum of RGB (Red+Green+Blue) = 221+164+107=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA46B is #225B94. Grayscale: #AEAEAE. Windows color (decimal): -2251669 or 7054557. OLE color: 7054557.
HSL color Cylindrical-coordinate representation of color #DDA46B: 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 #DDA46B is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 107 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.13 |
| HSL | 30º | 0.63% | 0.64% | - |
| HSV(B) | 30º | 0.52% | 0.87% | - |
| XYZ | 45.75 | 42.98 | 19.8 | - |
| YUV | 174.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 107 | 0 | 0.26 | 0.52 | 0.13 | 30 | 0.63 | 0.64 |
| Hex | DD | A4 | 6B | 0 | 1A | 34 | D | 1E | 3F | 40 |
| Octal | 335 | 244 | 153 | 0 | 32 | 64 | 15 | 36 | 77 | 100 |
| Binary | 11011101 | 10100100 | 1101011 | 0 | 11010 | 110100 | 1101 | 11110 | 111111 | 1000000 |
Color Harmonies of #DDA46B
Complementary color
Monochromatic Colors of #DDA46B
Black with #DDA46B
Text Example
Text Example
White with #DDA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA46B; }
p { color: rgb(221,164,107); }
H1.HeaderClassName
{
color: #DDA46B;
}
.AnyTagClassName
{
color: #DDA46B;
}
</style>
background-color css
<style>
a { background-color: #DDA46B; }
a { background-color: rgb(221,164,107); }
div.DivClassName
{
background-color: #DDA46B;
}
.BgClassName
{
background-color: #DDA46B;
}
</style>
border-color css
<style>
span { border-color: #DDA46B; }
span { border-color: rgb(221,164,107); }
td.TdClassName
{
border-color: #DDA46B;
}
.TagClassName
{
border-color: #DDA46B;
}
</style>