Shades of Porsche #DD9B54
Tints of Porsche #DD9B54
RGB
CMYK
RGB Variations
Color information
#DD9B54 (or 0xDD9B54) is known color: Porsche. HEX triplet: DD, 9B and 54. RGB value is (221,155,84). Sum of RGB (Red+Green+Blue) = 221+155+84=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B54 is #2264AB. Grayscale: #A6A6A6. Windows color (decimal): -2253996 or 5544925. OLE color: 5544925.
HSL color Cylindrical-coordinate representation of color #DD9B54: hue angle of 31.09º 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 #DD9B54 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 84 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.13 |
| HSL | 31.09º | 0.67% | 0.6% | - |
| HSV(B) | 31.09º | 0.62% | 0.87% | - |
| XYZ | 43.14 | 39.45 | 13.73 | - |
| YUV | 166.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 84 | 0 | 0.30 | 0.62 | 0.13 | 31.09 | 0.67 | 0.6 |
| Hex | DD | 9B | 54 | 0 | 1E | 3E | D | 1F | 43 | 3C |
| Octal | 335 | 233 | 124 | 0 | 36 | 76 | 15 | 37 | 103 | 74 |
| Binary | 11011101 | 10011011 | 1010100 | 0 | 11110 | 111110 | 1101 | 11111 | 1000011 | 111100 |
Color Harmonies of #DD9B54
Complementary color
Monochromatic Colors of #DD9B54
Black with #DD9B54
Text Example
Text Example
White with #DD9B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B54; }
p { color: rgb(221,155,84); }
H1.HeaderClassName
{
color: #DD9B54;
}
.AnyTagClassName
{
color: #DD9B54;
}
</style>
background-color css
<style>
a { background-color: #DD9B54; }
a { background-color: rgb(221,155,84); }
div.DivClassName
{
background-color: #DD9B54;
}
.BgClassName
{
background-color: #DD9B54;
}
</style>
border-color css
<style>
span { border-color: #DD9B54; }
span { border-color: rgb(221,155,84); }
td.TdClassName
{
border-color: #DD9B54;
}
.TagClassName
{
border-color: #DD9B54;
}
</style>