Shades of Porsche #DDA35D
Tints of Porsche #DDA35D
RGB
CMYK
RGB Variations
Color information
#DDA35D (or 0xDDA35D) is known color: Porsche. HEX triplet: DD, A3 and 5D. RGB value is (221,163,93). Sum of RGB (Red+Green+Blue) = 221+163+93=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA35D is #225CA2. Grayscale: #ACACAC. Windows color (decimal): -2251939 or 6136797. OLE color: 6136797.
HSL color Cylindrical-coordinate representation of color #DDA35D: hue angle of 32.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA35D is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 93 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.13 |
| HSL | 32.81º | 0.65% | 0.62% | - |
| HSV(B) | 32.81º | 0.58% | 0.87% | - |
| XYZ | 44.89 | 42.36 | 16.17 | - |
| YUV | 172.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 93 | 0 | 0.26 | 0.58 | 0.13 | 32.81 | 0.65 | 0.62 |
| Hex | DD | A3 | 5D | 0 | 1A | 3A | D | 21 | 41 | 3E |
| Octal | 335 | 243 | 135 | 0 | 32 | 72 | 15 | 41 | 101 | 76 |
| Binary | 11011101 | 10100011 | 1011101 | 0 | 11010 | 111010 | 1101 | 100001 | 1000001 | 111110 |
Color Harmonies of #DDA35D
Complementary color
Monochromatic Colors of #DDA35D
Black with #DDA35D
Text Example
Text Example
White with #DDA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA35D; }
p { color: rgb(221,163,93); }
H1.HeaderClassName
{
color: #DDA35D;
}
.AnyTagClassName
{
color: #DDA35D;
}
</style>
background-color css
<style>
a { background-color: #DDA35D; }
a { background-color: rgb(221,163,93); }
div.DivClassName
{
background-color: #DDA35D;
}
.BgClassName
{
background-color: #DDA35D;
}
</style>
border-color css
<style>
span { border-color: #DDA35D; }
span { border-color: rgb(221,163,93); }
td.TdClassName
{
border-color: #DDA35D;
}
.TagClassName
{
border-color: #DDA35D;
}
</style>