Shades of Porsche #DAA25B
Tints of Porsche #DAA25B
RGB
CMYK
RGB Variations
Color information
#DAA25B (or 0xDAA25B) is known color: Porsche. HEX triplet: DA, A2 and 5B. RGB value is (218,162,91). Sum of RGB (Red+Green+Blue) = 218+162+91=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA25B is #255DA4. Grayscale: #AAAAAA. Windows color (decimal): -2448805 or 6005466. OLE color: 6005466.
HSL color Cylindrical-coordinate representation of color #DAA25B: hue angle of 33.54º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAA25B is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 91 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.15 |
| HSL | 33.54º | 0.63% | 0.61% | - |
| HSV(B) | 33.54º | 0.58% | 0.85% | - |
| XYZ | 43.72 | 41.5 | 15.6 | - |
| YUV | 170.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 91 | 0 | 0.26 | 0.58 | 0.15 | 33.54 | 0.63 | 0.61 |
| Hex | DA | A2 | 5B | 0 | 1A | 3A | F | 22 | 3F | 3D |
| Octal | 332 | 242 | 133 | 0 | 32 | 72 | 17 | 42 | 77 | 75 |
| Binary | 11011010 | 10100010 | 1011011 | 0 | 11010 | 111010 | 1111 | 100010 | 111111 | 111101 |
Color Harmonies of #DAA25B
Complementary color
Monochromatic Colors of #DAA25B
Black with #DAA25B
Text Example
Text Example
White with #DAA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA25B; }
p { color: rgb(218,162,91); }
H1.HeaderClassName
{
color: #DAA25B;
}
.AnyTagClassName
{
color: #DAA25B;
}
</style>
background-color css
<style>
a { background-color: #DAA25B; }
a { background-color: rgb(218,162,91); }
div.DivClassName
{
background-color: #DAA25B;
}
.BgClassName
{
background-color: #DAA25B;
}
</style>
border-color css
<style>
span { border-color: #DAA25B; }
span { border-color: rgb(218,162,91); }
td.TdClassName
{
border-color: #DAA25B;
}
.TagClassName
{
border-color: #DAA25B;
}
</style>