Shades of Porsche #DAA067
Tints of Porsche #DAA067
RGB
CMYK
RGB Variations
Color information
#DAA067 (or 0xDAA067) is known color: Porsche. HEX triplet: DA, A0 and 67. RGB value is (218,160,103). Sum of RGB (Red+Green+Blue) = 218+160+103=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA067 is #255F98. Grayscale: #ABABAB. Windows color (decimal): -2449305 or 6791386. OLE color: 6791386.
HSL color Cylindrical-coordinate representation of color #DAA067: hue angle of 29.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAA067 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 103 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.15 |
| HSL | 29.74º | 0.61% | 0.63% | - |
| HSV(B) | 29.74º | 0.53% | 0.85% | - |
| XYZ | 43.93 | 41.03 | 18.44 | - |
| YUV | 170.84 | 89.72 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 103 | 0 | 0.27 | 0.53 | 0.15 | 29.74 | 0.61 | 0.63 |
| Hex | DA | A0 | 67 | 0 | 1B | 35 | F | 1E | 3D | 3F |
| Octal | 332 | 240 | 147 | 0 | 33 | 65 | 17 | 36 | 75 | 77 |
| Binary | 11011010 | 10100000 | 1100111 | 0 | 11011 | 110101 | 1111 | 11110 | 111101 | 111111 |
Color Harmonies of #DAA067
Complementary color
Monochromatic Colors of #DAA067
Black with #DAA067
Text Example
Text Example
White with #DAA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA067; }
p { color: rgb(218,160,103); }
H1.HeaderClassName
{
color: #DAA067;
}
.AnyTagClassName
{
color: #DAA067;
}
</style>
background-color css
<style>
a { background-color: #DAA067; }
a { background-color: rgb(218,160,103); }
div.DivClassName
{
background-color: #DAA067;
}
.BgClassName
{
background-color: #DAA067;
}
</style>
border-color css
<style>
span { border-color: #DAA067; }
span { border-color: rgb(218,160,103); }
td.TdClassName
{
border-color: #DAA067;
}
.TagClassName
{
border-color: #DAA067;
}
</style>