Shades of Porsche #DDA36B
Tints of Porsche #DDA36B
RGB
CMYK
RGB Variations
Color information
#DDA36B (or 0xDDA36B) is known color: Porsche. HEX triplet: DD, A3 and 6B. RGB value is (221,163,107). Sum of RGB (Red+Green+Blue) = 221+163+107=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA36B is #225C94. Grayscale: #AEAEAE. Windows color (decimal): -2251925 or 7054301. OLE color: 7054301.
HSL color Cylindrical-coordinate representation of color #DDA36B: hue angle of 29.47º 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 #DDA36B is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 107 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.13 |
| HSL | 29.47º | 0.63% | 0.64% | - |
| HSV(B) | 29.47º | 0.52% | 0.87% | - |
| XYZ | 45.57 | 42.63 | 19.74 | - |
| YUV | 173.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 107 | 0 | 0.26 | 0.52 | 0.13 | 29.47 | 0.63 | 0.64 |
| Hex | DD | A3 | 6B | 0 | 1A | 34 | D | 1D | 3F | 40 |
| Octal | 335 | 243 | 153 | 0 | 32 | 64 | 15 | 35 | 77 | 100 |
| Binary | 11011101 | 10100011 | 1101011 | 0 | 11010 | 110100 | 1101 | 11101 | 111111 | 1000000 |
Color Harmonies of #DDA36B
Complementary color
Monochromatic Colors of #DDA36B
Black with #DDA36B
Text Example
Text Example
White with #DDA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA36B; }
p { color: rgb(221,163,107); }
H1.HeaderClassName
{
color: #DDA36B;
}
.AnyTagClassName
{
color: #DDA36B;
}
</style>
background-color css
<style>
a { background-color: #DDA36B; }
a { background-color: rgb(221,163,107); }
div.DivClassName
{
background-color: #DDA36B;
}
.BgClassName
{
background-color: #DDA36B;
}
</style>
border-color css
<style>
span { border-color: #DDA36B; }
span { border-color: rgb(221,163,107); }
td.TdClassName
{
border-color: #DDA36B;
}
.TagClassName
{
border-color: #DDA36B;
}
</style>