Shades of Porsche #DDA35C
Tints of Porsche #DDA35C
RGB
CMYK
RGB Variations
Color information
#DDA35C (or 0xDDA35C) is known color: Porsche. HEX triplet: DD, A3 and 5C. RGB value is (221,163,92). Sum of RGB (Red+Green+Blue) = 221+163+92=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA35C is #225CA3. Grayscale: #ACACAC. Windows color (decimal): -2251940 or 6071261. OLE color: 6071261.
HSL color Cylindrical-coordinate representation of color #DDA35C: hue angle of 33.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA35C is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 92 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.13 |
| HSL | 33.02º | 0.65% | 0.61% | - |
| HSV(B) | 33.02º | 0.58% | 0.87% | - |
| XYZ | 44.85 | 42.34 | 15.93 | - |
| YUV | 172.25 | 82.72 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 92 | 0 | 0.26 | 0.58 | 0.13 | 33.02 | 0.65 | 0.61 |
| Hex | DD | A3 | 5C | 0 | 1A | 3A | D | 21 | 41 | 3D |
| Octal | 335 | 243 | 134 | 0 | 32 | 72 | 15 | 41 | 101 | 75 |
| Binary | 11011101 | 10100011 | 1011100 | 0 | 11010 | 111010 | 1101 | 100001 | 1000001 | 111101 |
Color Harmonies of #DDA35C
Complementary color
Monochromatic Colors of #DDA35C
Black with #DDA35C
Text Example
Text Example
White with #DDA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA35C; }
p { color: rgb(221,163,92); }
H1.HeaderClassName
{
color: #DDA35C;
}
.AnyTagClassName
{
color: #DDA35C;
}
</style>
background-color css
<style>
a { background-color: #DDA35C; }
a { background-color: rgb(221,163,92); }
div.DivClassName
{
background-color: #DDA35C;
}
.BgClassName
{
background-color: #DDA35C;
}
</style>
border-color css
<style>
span { border-color: #DDA35C; }
span { border-color: rgb(221,163,92); }
td.TdClassName
{
border-color: #DDA35C;
}
.TagClassName
{
border-color: #DDA35C;
}
</style>