Shades of Wattle #D0CF36
Tints of Wattle #D0CF36
RGB
CMYK
RGB Variations
Color information
#D0CF36 (or 0xD0CF36) is known color: Wattle. HEX triplet: D0, CF and 36. RGB value is (208,207,54). Sum of RGB (Red+Green+Blue) = 208+207+54=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF36 is #2F30C9. Grayscale: #BEBEBE. Windows color (decimal): -3092682 or 3592144. OLE color: 3592144.
HSL color Cylindrical-coordinate representation of color #D0CF36: hue angle of 59.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0CF36 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 54 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.18 |
| HSL | 59.61º | 0.62% | 0.51% | - |
| HSV(B) | 59.61º | 0.74% | 0.82% | - |
| XYZ | 48.99 | 58.3 | 12.16 | - |
| YUV | 189.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 54 | 0 | 0.00 | 0.74 | 0.18 | 59.61 | 0.62 | 0.51 |
| Hex | D0 | CF | 36 | 0 | 0 | 4A | 12 | 3C | 3E | 33 |
| Octal | 320 | 317 | 66 | 0 | 0 | 112 | 22 | 74 | 76 | 63 |
| Binary | 11010000 | 11001111 | 110110 | 0 | 0 | 1001010 | 10010 | 111100 | 111110 | 110011 |
Color Harmonies of #D0CF36
Complementary color
Monochromatic Colors of #D0CF36
Black with #D0CF36
Text Example
Text Example
White with #D0CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF36; }
p { color: rgb(208,207,54); }
H1.HeaderClassName
{
color: #D0CF36;
}
.AnyTagClassName
{
color: #D0CF36;
}
</style>
background-color css
<style>
a { background-color: #D0CF36; }
a { background-color: rgb(208,207,54); }
div.DivClassName
{
background-color: #D0CF36;
}
.BgClassName
{
background-color: #D0CF36;
}
</style>
border-color css
<style>
span { border-color: #D0CF36; }
span { border-color: rgb(208,207,54); }
td.TdClassName
{
border-color: #D0CF36;
}
.TagClassName
{
border-color: #D0CF36;
}
</style>