Shades of Porsche #DAA367
Tints of Porsche #DAA367
RGB
CMYK
RGB Variations
Color information
#DAA367 (or 0xDAA367) is known color: Porsche. HEX triplet: DA, A3 and 67. RGB value is (218,163,103). Sum of RGB (Red+Green+Blue) = 218+163+103=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA367 is #255C98. Grayscale: #ACACAC. Windows color (decimal): -2448537 or 6792154. OLE color: 6792154.
HSL color Cylindrical-coordinate representation of color #DAA367: hue angle of 31.3º 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 #DAA367 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 103 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.15 |
| HSL | 31.3º | 0.61% | 0.63% | - |
| HSV(B) | 31.3º | 0.53% | 0.85% | - |
| XYZ | 44.46 | 42.08 | 18.61 | - |
| YUV | 172.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 103 | 0 | 0.25 | 0.53 | 0.15 | 31.3 | 0.61 | 0.63 |
| Hex | DA | A3 | 67 | 0 | 19 | 35 | F | 1F | 3D | 3F |
| Octal | 332 | 243 | 147 | 0 | 31 | 65 | 17 | 37 | 75 | 77 |
| Binary | 11011010 | 10100011 | 1100111 | 0 | 11001 | 110101 | 1111 | 11111 | 111101 | 111111 |
Color Harmonies of #DAA367
Complementary color
Monochromatic Colors of #DAA367
Black with #DAA367
Text Example
Text Example
White with #DAA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA367; }
p { color: rgb(218,163,103); }
H1.HeaderClassName
{
color: #DAA367;
}
.AnyTagClassName
{
color: #DAA367;
}
</style>
background-color css
<style>
a { background-color: #DAA367; }
a { background-color: rgb(218,163,103); }
div.DivClassName
{
background-color: #DAA367;
}
.BgClassName
{
background-color: #DAA367;
}
</style>
border-color css
<style>
span { border-color: #DAA367; }
span { border-color: rgb(218,163,103); }
td.TdClassName
{
border-color: #DAA367;
}
.TagClassName
{
border-color: #DAA367;
}
</style>