Shades of Porsche #DAA35A
Tints of Porsche #DAA35A
RGB
CMYK
RGB Variations
Color information
#DAA35A (or 0xDAA35A) is known color: Porsche. HEX triplet: DA, A3 and 5A. RGB value is (218,163,90). Sum of RGB (Red+Green+Blue) = 218+163+90=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA35A is #255CA5. Grayscale: #ABABAB. Windows color (decimal): -2448550 or 5940186. OLE color: 5940186.
HSL color Cylindrical-coordinate representation of color #DAA35A: hue angle of 34.22º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAA35A is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 90 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.15 |
| HSL | 34.22º | 0.63% | 0.6% | - |
| HSV(B) | 34.22º | 0.59% | 0.85% | - |
| XYZ | 43.86 | 41.84 | 15.44 | - |
| YUV | 171.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 90 | 0 | 0.25 | 0.59 | 0.15 | 34.22 | 0.63 | 0.6 |
| Hex | DA | A3 | 5A | 0 | 19 | 3B | F | 22 | 3F | 3C |
| Octal | 332 | 243 | 132 | 0 | 31 | 73 | 17 | 42 | 77 | 74 |
| Binary | 11011010 | 10100011 | 1011010 | 0 | 11001 | 111011 | 1111 | 100010 | 111111 | 111100 |
Color Harmonies of #DAA35A
Complementary color
Monochromatic Colors of #DAA35A
Black with #DAA35A
Text Example
Text Example
White with #DAA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA35A; }
p { color: rgb(218,163,90); }
H1.HeaderClassName
{
color: #DAA35A;
}
.AnyTagClassName
{
color: #DAA35A;
}
</style>
background-color css
<style>
a { background-color: #DAA35A; }
a { background-color: rgb(218,163,90); }
div.DivClassName
{
background-color: #DAA35A;
}
.BgClassName
{
background-color: #DAA35A;
}
</style>
border-color css
<style>
span { border-color: #DAA35A; }
span { border-color: rgb(218,163,90); }
td.TdClassName
{
border-color: #DAA35A;
}
.TagClassName
{
border-color: #DAA35A;
}
</style>