Shades of Porsche #DDA56A
Tints of Porsche #DDA56A
RGB
CMYK
RGB Variations
Color information
#DDA56A (or 0xDDA56A) is known color: Porsche. HEX triplet: DD, A5 and 6A. RGB value is (221,165,106). Sum of RGB (Red+Green+Blue) = 221+165+106=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA56A is #225A95. Grayscale: #AFAFAF. Windows color (decimal): -2251414 or 6989277. OLE color: 6989277.
HSL color Cylindrical-coordinate representation of color #DDA56A: hue angle of 30.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDA56A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 106 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.13 |
| HSL | 30.78º | 0.63% | 0.64% | - |
| HSV(B) | 30.78º | 0.52% | 0.87% | - |
| XYZ | 45.88 | 43.32 | 19.58 | - |
| YUV | 175.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 106 | 0 | 0.25 | 0.52 | 0.13 | 30.78 | 0.63 | 0.64 |
| Hex | DD | A5 | 6A | 0 | 19 | 34 | D | 1F | 3F | 40 |
| Octal | 335 | 245 | 152 | 0 | 31 | 64 | 15 | 37 | 77 | 100 |
| Binary | 11011101 | 10100101 | 1101010 | 0 | 11001 | 110100 | 1101 | 11111 | 111111 | 1000000 |
Color Harmonies of #DDA56A
Complementary color
Monochromatic Colors of #DDA56A
Black with #DDA56A
Text Example
Text Example
White with #DDA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA56A; }
p { color: rgb(221,165,106); }
H1.HeaderClassName
{
color: #DDA56A;
}
.AnyTagClassName
{
color: #DDA56A;
}
</style>
background-color css
<style>
a { background-color: #DDA56A; }
a { background-color: rgb(221,165,106); }
div.DivClassName
{
background-color: #DDA56A;
}
.BgClassName
{
background-color: #DDA56A;
}
</style>
border-color css
<style>
span { border-color: #DDA56A; }
span { border-color: rgb(221,165,106); }
td.TdClassName
{
border-color: #DDA56A;
}
.TagClassName
{
border-color: #DDA56A;
}
</style>