Shades of Wattle #D9C92E
Tints of Wattle #D9C92E
RGB
CMYK
RGB Variations
Color information
#D9C92E (or 0xD9C92E) is known color: Wattle. HEX triplet: D9, C9 and 2E. RGB value is (217,201,46). Sum of RGB (Red+Green+Blue) = 217+201+46=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C92E is #2636D1. Grayscale: #BCBCBC. Windows color (decimal): -2504402 or 3066329. OLE color: 3066329.
HSL color Cylindrical-coordinate representation of color #D9C92E: hue angle of 54.39º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9C92E is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 201 | 46 | - |
CMYK | 0 | 0.07 | 0.79 | 0.15 |
HSL | 54.39º | 0.69% | 0.52% | - |
HSV(B) | 54.39º | 0.79% | 0.85% | - |
XYZ | 50 | 56.72 | 10.9 | - |
YUV | 188.11 | 47.8 | 148.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 201 | 46 | 0 | 0.07 | 0.79 | 0.15 | 54.39 | 0.69 | 0.52 |
Hex | D9 | C9 | 2E | 0 | 7 | 4F | F | 36 | 45 | 34 |
Octal | 331 | 311 | 56 | 0 | 7 | 117 | 17 | 66 | 105 | 64 |
Binary | 11011001 | 11001001 | 101110 | 0 | 111 | 1001111 | 1111 | 110110 | 1000101 | 110100 |
Color Harmonies of #D9C92E
Complementary color
Monochromatic Colors of #D9C92E
Black with #D9C92E
Text Example
Text Example
White with #D9C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C92E; }
p { color: rgb(217,201,46); }
H1.HeaderClassName
{
color: #D9C92E;
}
.AnyTagClassName
{
color: #D9C92E;
}
</style>
background-color css
<style>
a { background-color: #D9C92E; }
a { background-color: rgb(217,201,46); }
div.DivClassName
{
background-color: #D9C92E;
}
.BgClassName
{
background-color: #D9C92E;
}
</style>
border-color css
<style>
span { border-color: #D9C92E; }
span { border-color: rgb(217,201,46); }
td.TdClassName
{
border-color: #D9C92E;
}
.TagClassName
{
border-color: #D9C92E;
}
</style>