Shades of Porsche #DAA068
Tints of Porsche #DAA068
RGB
CMYK
RGB Variations
Color information
#DAA068 (or 0xDAA068) is known color: Porsche. HEX triplet: DA, A0 and 68. RGB value is (218,160,104). Sum of RGB (Red+Green+Blue) = 218+160+104=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA068 is #255F97. Grayscale: #ABABAB. Windows color (decimal): -2449304 or 6856922. OLE color: 6856922.
HSL color Cylindrical-coordinate representation of color #DAA068: hue angle of 29.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAA068 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 104 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.15 |
| HSL | 29.47º | 0.61% | 0.63% | - |
| HSV(B) | 29.47º | 0.52% | 0.85% | - |
| XYZ | 43.98 | 41.05 | 18.7 | - |
| YUV | 170.96 | 90.22 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 104 | 0 | 0.27 | 0.52 | 0.15 | 29.47 | 0.61 | 0.63 |
| Hex | DA | A0 | 68 | 0 | 1B | 34 | F | 1D | 3D | 3F |
| Octal | 332 | 240 | 150 | 0 | 33 | 64 | 17 | 35 | 75 | 77 |
| Binary | 11011010 | 10100000 | 1101000 | 0 | 11011 | 110100 | 1111 | 11101 | 111101 | 111111 |
Color Harmonies of #DAA068
Complementary color
Monochromatic Colors of #DAA068
Black with #DAA068
Text Example
Text Example
White with #DAA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA068; }
p { color: rgb(218,160,104); }
H1.HeaderClassName
{
color: #DAA068;
}
.AnyTagClassName
{
color: #DAA068;
}
</style>
background-color css
<style>
a { background-color: #DAA068; }
a { background-color: rgb(218,160,104); }
div.DivClassName
{
background-color: #DAA068;
}
.BgClassName
{
background-color: #DAA068;
}
</style>
border-color css
<style>
span { border-color: #DAA068; }
span { border-color: rgb(218,160,104); }
td.TdClassName
{
border-color: #DAA068;
}
.TagClassName
{
border-color: #DAA068;
}
</style>