Shades of Porsche #DDA26A
Tints of Porsche #DDA26A
RGB
CMYK
RGB Variations
Color information
#DDA26A (or 0xDDA26A) is known color: Porsche. HEX triplet: DD, A2 and 6A. RGB value is (221,162,106). Sum of RGB (Red+Green+Blue) = 221+162+106=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA26A is #225D95. Grayscale: #ADADAD. Windows color (decimal): -2252182 or 6988509. OLE color: 6988509.
HSL color Cylindrical-coordinate representation of color #DDA26A: hue angle of 29.22º 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 #DDA26A is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 106 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.13 |
| HSL | 29.22º | 0.63% | 0.64% | - |
| HSV(B) | 29.22º | 0.52% | 0.87% | - |
| XYZ | 45.34 | 42.25 | 19.4 | - |
| YUV | 173.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 106 | 0 | 0.27 | 0.52 | 0.13 | 29.22 | 0.63 | 0.64 |
| Hex | DD | A2 | 6A | 0 | 1B | 34 | D | 1D | 3F | 40 |
| Octal | 335 | 242 | 152 | 0 | 33 | 64 | 15 | 35 | 77 | 100 |
| Binary | 11011101 | 10100010 | 1101010 | 0 | 11011 | 110100 | 1101 | 11101 | 111111 | 1000000 |
Color Harmonies of #DDA26A
Complementary color
Monochromatic Colors of #DDA26A
Black with #DDA26A
Text Example
Text Example
White with #DDA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA26A; }
p { color: rgb(221,162,106); }
H1.HeaderClassName
{
color: #DDA26A;
}
.AnyTagClassName
{
color: #DDA26A;
}
</style>
background-color css
<style>
a { background-color: #DDA26A; }
a { background-color: rgb(221,162,106); }
div.DivClassName
{
background-color: #DDA26A;
}
.BgClassName
{
background-color: #DDA26A;
}
</style>
border-color css
<style>
span { border-color: #DDA26A; }
span { border-color: rgb(221,162,106); }
td.TdClassName
{
border-color: #DDA26A;
}
.TagClassName
{
border-color: #DDA26A;
}
</style>