Shades of Porsche #DA9B61
Tints of Porsche #DA9B61
RGB
CMYK
RGB Variations
Color information
#DA9B61 (or 0xDA9B61) is known color: Porsche. HEX triplet: DA, 9B and 61. RGB value is (218,155,97). Sum of RGB (Red+Green+Blue) = 218+155+97=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B61 is #25649E. Grayscale: #A7A7A7. Windows color (decimal): -2450591 or 6396890. OLE color: 6396890.
HSL color Cylindrical-coordinate representation of color #DA9B61: hue angle of 28.76º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA9B61 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 97 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.15 |
| HSL | 28.76º | 0.62% | 0.62% | - |
| HSV(B) | 28.76º | 0.56% | 0.85% | - |
| XYZ | 42.79 | 39.21 | 16.62 | - |
| YUV | 167.23 | 88.37 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 97 | 0 | 0.29 | 0.56 | 0.15 | 28.76 | 0.62 | 0.62 |
| Hex | DA | 9B | 61 | 0 | 1D | 38 | F | 1D | 3E | 3E |
| Octal | 332 | 233 | 141 | 0 | 35 | 70 | 17 | 35 | 76 | 76 |
| Binary | 11011010 | 10011011 | 1100001 | 0 | 11101 | 111000 | 1111 | 11101 | 111110 | 111110 |
Color Harmonies of #DA9B61
Complementary color
Monochromatic Colors of #DA9B61
Black with #DA9B61
Text Example
Text Example
White with #DA9B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9B61; }
p { color: rgb(218,155,97); }
H1.HeaderClassName
{
color: #DA9B61;
}
.AnyTagClassName
{
color: #DA9B61;
}
</style>
background-color css
<style>
a { background-color: #DA9B61; }
a { background-color: rgb(218,155,97); }
div.DivClassName
{
background-color: #DA9B61;
}
.BgClassName
{
background-color: #DA9B61;
}
</style>
border-color css
<style>
span { border-color: #DA9B61; }
span { border-color: rgb(218,155,97); }
td.TdClassName
{
border-color: #DA9B61;
}
.TagClassName
{
border-color: #DA9B61;
}
</style>