Shades of Yukon Gold #907412
Tints of Yukon Gold #907412
RGB
CMYK
RGB Variations
Color information
#907412 (or 0x907412) is known color: Yukon Gold. HEX triplet: 90, 74 and 12. RGB value is (144,116,18). Sum of RGB (Red+Green+Blue) = 144+116+18=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #907412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907412 is #6F8BED. Grayscale: #717171. Windows color (decimal): -7310318 or 1209488. OLE color: 1209488.
HSL color Cylindrical-coordinate representation of color #907412: hue angle of 46.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #907412 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 18 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.44 |
| HSL | 46.67º | 0.78% | 0.32% | - |
| HSV(B) | 46.67º | 0.88% | 0.56% | - |
| XYZ | 17.86 | 18.46 | 3.2 | - |
| YUV | 113.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 18 | 0 | 0.19 | 0.88 | 0.44 | 46.67 | 0.78 | 0.32 |
| Hex | 90 | 74 | 12 | 0 | 13 | 58 | 2C | 2F | 4E | 20 |
| Octal | 220 | 164 | 22 | 0 | 23 | 130 | 54 | 57 | 116 | 40 |
| Binary | 10010000 | 1110100 | 10010 | 0 | 10011 | 1011000 | 101100 | 101111 | 1001110 | 100000 |
Color Harmonies of #907412
Complementary color
Monochromatic Colors of #907412
Black with #907412
Text Example
Text Example
White with #907412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907412; }
p { color: rgb(144,116,18); }
H1.HeaderClassName
{
color: #907412;
}
.AnyTagClassName
{
color: #907412;
}
</style>
background-color css
<style>
a { background-color: #907412; }
a { background-color: rgb(144,116,18); }
div.DivClassName
{
background-color: #907412;
}
.BgClassName
{
background-color: #907412;
}
</style>
border-color css
<style>
span { border-color: #907412; }
span { border-color: rgb(144,116,18); }
td.TdClassName
{
border-color: #907412;
}
.TagClassName
{
border-color: #907412;
}
</style>