Shades of Porsche #DAA06C
Tints of Porsche #DAA06C
RGB
CMYK
RGB Variations
Color information
#DAA06C (or 0xDAA06C) is known color: Porsche. HEX triplet: DA, A0 and 6C. RGB value is (218,160,108). Sum of RGB (Red+Green+Blue) = 218+160+108=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA06C is #255F93. Grayscale: #ABABAB. Windows color (decimal): -2449300 or 7119066. OLE color: 7119066.
HSL color Cylindrical-coordinate representation of color #DAA06C: hue angle of 28.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAA06C is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 160 | 108 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.15 |
| HSL | 28.36º | 0.6% | 0.64% | - |
| HSV(B) | 28.36º | 0.5% | 0.85% | - |
| XYZ | 44.19 | 41.13 | 19.8 | - |
| YUV | 171.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 108 | 0 | 0.27 | 0.50 | 0.15 | 28.36 | 0.6 | 0.64 |
| Hex | DA | A0 | 6C | 0 | 1B | 32 | F | 1C | 3C | 40 |
| Octal | 332 | 240 | 154 | 0 | 33 | 62 | 17 | 34 | 74 | 100 |
| Binary | 11011010 | 10100000 | 1101100 | 0 | 11011 | 110010 | 1111 | 11100 | 111100 | 1000000 |
Color Harmonies of #DAA06C
Complementary color
Monochromatic Colors of #DAA06C
Black with #DAA06C
Text Example
Text Example
White with #DAA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA06C; }
p { color: rgb(218,160,108); }
H1.HeaderClassName
{
color: #DAA06C;
}
.AnyTagClassName
{
color: #DAA06C;
}
</style>
background-color css
<style>
a { background-color: #DAA06C; }
a { background-color: rgb(218,160,108); }
div.DivClassName
{
background-color: #DAA06C;
}
.BgClassName
{
background-color: #DAA06C;
}
</style>
border-color css
<style>
span { border-color: #DAA06C; }
span { border-color: rgb(218,160,108); }
td.TdClassName
{
border-color: #DAA06C;
}
.TagClassName
{
border-color: #DAA06C;
}
</style>