Shades of Porsche #DA9C5E
Tints of Porsche #DA9C5E
RGB
CMYK
RGB Variations
Color information
#DA9C5E (or 0xDA9C5E) is known color: Porsche. HEX triplet: DA, 9C and 5E. RGB value is (218,156,94). Sum of RGB (Red+Green+Blue) = 218+156+94=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C5E is #2563A1. Grayscale: #A7A7A7. Windows color (decimal): -2450338 or 6200538. OLE color: 6200538.
HSL color Cylindrical-coordinate representation of color #DA9C5E: hue angle of 30º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA9C5E is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 156 | 94 | - |
CMYK | 0 | 0.28 | 0.57 | 0.15 |
HSL | 30º | 0.63% | 0.61% | - |
HSV(B) | 30º | 0.57% | 0.85% | - |
XYZ | 42.82 | 39.49 | 15.96 | - |
YUV | 167.47 | 86.54 | 164.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 156 | 94 | 0 | 0.28 | 0.57 | 0.15 | 30 | 0.63 | 0.61 |
Hex | DA | 9C | 5E | 0 | 1C | 39 | F | 1E | 3F | 3D |
Octal | 332 | 234 | 136 | 0 | 34 | 71 | 17 | 36 | 77 | 75 |
Binary | 11011010 | 10011100 | 1011110 | 0 | 11100 | 111001 | 1111 | 11110 | 111111 | 111101 |
Color Harmonies of #DA9C5E
Complementary color
Monochromatic Colors of #DA9C5E
Black with #DA9C5E
Text Example
Text Example
White with #DA9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C5E; }
p { color: rgb(218,156,94); }
H1.HeaderClassName
{
color: #DA9C5E;
}
.AnyTagClassName
{
color: #DA9C5E;
}
</style>
background-color css
<style>
a { background-color: #DA9C5E; }
a { background-color: rgb(218,156,94); }
div.DivClassName
{
background-color: #DA9C5E;
}
.BgClassName
{
background-color: #DA9C5E;
}
</style>
border-color css
<style>
span { border-color: #DA9C5E; }
span { border-color: rgb(218,156,94); }
td.TdClassName
{
border-color: #DA9C5E;
}
.TagClassName
{
border-color: #DA9C5E;
}
</style>