Shades of Wattle #D1CF36
Tints of Wattle #D1CF36
RGB
CMYK
RGB Variations
Color information
#D1CF36 (or 0xD1CF36) is known color: Wattle. HEX triplet: D1, CF and 36. RGB value is (209,207,54). Sum of RGB (Red+Green+Blue) = 209+207+54=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF36 is #2E30C9. Grayscale: #BEBEBE. Windows color (decimal): -3027146 or 3592145. OLE color: 3592145.
HSL color Cylindrical-coordinate representation of color #D1CF36: hue angle of 59.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1CF36 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 54 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.18 |
| HSL | 59.23º | 0.63% | 0.52% | - |
| HSV(B) | 59.23º | 0.74% | 0.82% | - |
| XYZ | 49.27 | 58.45 | 12.17 | - |
| YUV | 190.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 54 | 0 | 0.01 | 0.74 | 0.18 | 59.23 | 0.63 | 0.52 |
| Hex | D1 | CF | 36 | 0 | 1 | 4A | 12 | 3B | 3F | 34 |
| Octal | 321 | 317 | 66 | 0 | 1 | 112 | 22 | 73 | 77 | 64 |
| Binary | 11010001 | 11001111 | 110110 | 0 | 1 | 1001010 | 10010 | 111011 | 111111 | 110100 |
Color Harmonies of #D1CF36
Complementary color
Monochromatic Colors of #D1CF36
Black with #D1CF36
Text Example
Text Example
White with #D1CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF36; }
p { color: rgb(209,207,54); }
H1.HeaderClassName
{
color: #D1CF36;
}
.AnyTagClassName
{
color: #D1CF36;
}
</style>
background-color css
<style>
a { background-color: #D1CF36; }
a { background-color: rgb(209,207,54); }
div.DivClassName
{
background-color: #D1CF36;
}
.BgClassName
{
background-color: #D1CF36;
}
</style>
border-color css
<style>
span { border-color: #D1CF36; }
span { border-color: rgb(209,207,54); }
td.TdClassName
{
border-color: #D1CF36;
}
.TagClassName
{
border-color: #D1CF36;
}
</style>