Shades of Porsche #DDA354
Tints of Porsche #DDA354
RGB
CMYK
RGB Variations
Color information
#DDA354 (or 0xDDA354) is known color: Porsche. HEX triplet: DD, A3 and 54. RGB value is (221,163,84). Sum of RGB (Red+Green+Blue) = 221+163+84=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA354 is #225CAB. Grayscale: #ABABAB. Windows color (decimal): -2251948 or 5546973. OLE color: 5546973.
HSL color Cylindrical-coordinate representation of color #DDA354: hue angle of 34.6º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDA354 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 84 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.13 |
| HSL | 34.6º | 0.67% | 0.6% | - |
| HSV(B) | 34.6º | 0.62% | 0.87% | - |
| XYZ | 44.52 | 42.21 | 14.19 | - |
| YUV | 171.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 84 | 0 | 0.26 | 0.62 | 0.13 | 34.6 | 0.67 | 0.6 |
| Hex | DD | A3 | 54 | 0 | 1A | 3E | D | 23 | 43 | 3C |
| Octal | 335 | 243 | 124 | 0 | 32 | 76 | 15 | 43 | 103 | 74 |
| Binary | 11011101 | 10100011 | 1010100 | 0 | 11010 | 111110 | 1101 | 100011 | 1000011 | 111100 |
Color Harmonies of #DDA354
Complementary color
Monochromatic Colors of #DDA354
Black with #DDA354
Text Example
Text Example
White with #DDA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA354; }
p { color: rgb(221,163,84); }
H1.HeaderClassName
{
color: #DDA354;
}
.AnyTagClassName
{
color: #DDA354;
}
</style>
background-color css
<style>
a { background-color: #DDA354; }
a { background-color: rgb(221,163,84); }
div.DivClassName
{
background-color: #DDA354;
}
.BgClassName
{
background-color: #DDA354;
}
</style>
border-color css
<style>
span { border-color: #DDA354; }
span { border-color: rgb(221,163,84); }
td.TdClassName
{
border-color: #DDA354;
}
.TagClassName
{
border-color: #DDA354;
}
</style>