Shades of Porsche #DAA467
Tints of Porsche #DAA467
RGB
CMYK
RGB Variations
Color information
#DAA467 (or 0xDAA467) is known color: Porsche. HEX triplet: DA, A4 and 67. RGB value is (218,164,103). Sum of RGB (Red+Green+Blue) = 218+164+103=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA467 is #255B98. Grayscale: #ADADAD. Windows color (decimal): -2448281 or 6792410. OLE color: 6792410.
HSL color Cylindrical-coordinate representation of color #DAA467: hue angle of 31.83º 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 #DAA467 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 103 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.15 |
| HSL | 31.83º | 0.61% | 0.63% | - |
| HSV(B) | 31.83º | 0.53% | 0.85% | - |
| XYZ | 44.64 | 42.44 | 18.67 | - |
| YUV | 173.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 103 | 0 | 0.25 | 0.53 | 0.15 | 31.83 | 0.61 | 0.63 |
| Hex | DA | A4 | 67 | 0 | 19 | 35 | F | 20 | 3D | 3F |
| Octal | 332 | 244 | 147 | 0 | 31 | 65 | 17 | 40 | 75 | 77 |
| Binary | 11011010 | 10100100 | 1100111 | 0 | 11001 | 110101 | 1111 | 100000 | 111101 | 111111 |
Color Harmonies of #DAA467
Complementary color
Monochromatic Colors of #DAA467
Black with #DAA467
Text Example
Text Example
White with #DAA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA467; }
p { color: rgb(218,164,103); }
H1.HeaderClassName
{
color: #DAA467;
}
.AnyTagClassName
{
color: #DAA467;
}
</style>
background-color css
<style>
a { background-color: #DAA467; }
a { background-color: rgb(218,164,103); }
div.DivClassName
{
background-color: #DAA467;
}
.BgClassName
{
background-color: #DAA467;
}
</style>
border-color css
<style>
span { border-color: #DAA467; }
span { border-color: rgb(218,164,103); }
td.TdClassName
{
border-color: #DAA467;
}
.TagClassName
{
border-color: #DAA467;
}
</style>