Shades of Porsche #DDA55C
Tints of Porsche #DDA55C
RGB
CMYK
RGB Variations
Color information
#DDA55C (or 0xDDA55C) is known color: Porsche. HEX triplet: DD, A5 and 5C. RGB value is (221,165,92). Sum of RGB (Red+Green+Blue) = 221+165+92=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA55C is #225AA3. Grayscale: #ADADAD. Windows color (decimal): -2251428 or 6071773. OLE color: 6071773.
HSL color Cylindrical-coordinate representation of color #DDA55C: hue angle of 33.95º 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 #DDA55C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 92 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.13 |
| HSL | 33.95º | 0.65% | 0.61% | - |
| HSV(B) | 33.95º | 0.58% | 0.87% | - |
| XYZ | 45.21 | 43.06 | 16.05 | - |
| YUV | 173.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 92 | 0 | 0.25 | 0.58 | 0.13 | 33.95 | 0.65 | 0.61 |
| Hex | DD | A5 | 5C | 0 | 19 | 3A | D | 22 | 41 | 3D |
| Octal | 335 | 245 | 134 | 0 | 31 | 72 | 15 | 42 | 101 | 75 |
| Binary | 11011101 | 10100101 | 1011100 | 0 | 11001 | 111010 | 1101 | 100010 | 1000001 | 111101 |
Color Harmonies of #DDA55C
Complementary color
Monochromatic Colors of #DDA55C
Black with #DDA55C
Text Example
Text Example
White with #DDA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA55C; }
p { color: rgb(221,165,92); }
H1.HeaderClassName
{
color: #DDA55C;
}
.AnyTagClassName
{
color: #DDA55C;
}
</style>
background-color css
<style>
a { background-color: #DDA55C; }
a { background-color: rgb(221,165,92); }
div.DivClassName
{
background-color: #DDA55C;
}
.BgClassName
{
background-color: #DDA55C;
}
</style>
border-color css
<style>
span { border-color: #DDA55C; }
span { border-color: rgb(221,165,92); }
td.TdClassName
{
border-color: #DDA55C;
}
.TagClassName
{
border-color: #DDA55C;
}
</style>