Shades of Wattle #D0CF38
Tints of Wattle #D0CF38
RGB
CMYK
RGB Variations
Color information
#D0CF38 (or 0xD0CF38) is known color: Wattle. HEX triplet: D0, CF and 38. RGB value is (208,207,56). Sum of RGB (Red+Green+Blue) = 208+207+56=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF38 is #2F30C7. Grayscale: #BEBEBE. Windows color (decimal): -3092680 or 3723216. OLE color: 3723216.
HSL color Cylindrical-coordinate representation of color #D0CF38: hue angle of 59.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0CF38 is Cyan = 0, Magento = 0.00, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 56 | - |
| CMYK | 0 | 0.00 | 0.73 | 0.18 |
| HSL | 59.61º | 0.62% | 0.52% | - |
| HSV(B) | 59.61º | 0.73% | 0.82% | - |
| XYZ | 49.04 | 58.32 | 12.41 | - |
| YUV | 190.09 | 52.33 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 56 | 0 | 0.00 | 0.73 | 0.18 | 59.61 | 0.62 | 0.52 |
| Hex | D0 | CF | 38 | 0 | 0 | 49 | 12 | 3C | 3E | 34 |
| Octal | 320 | 317 | 70 | 0 | 0 | 111 | 22 | 74 | 76 | 64 |
| Binary | 11010000 | 11001111 | 111000 | 0 | 0 | 1001001 | 10010 | 111100 | 111110 | 110100 |
Color Harmonies of #D0CF38
Complementary color
Monochromatic Colors of #D0CF38
Black with #D0CF38
Text Example
Text Example
White with #D0CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF38; }
p { color: rgb(208,207,56); }
H1.HeaderClassName
{
color: #D0CF38;
}
.AnyTagClassName
{
color: #D0CF38;
}
</style>
background-color css
<style>
a { background-color: #D0CF38; }
a { background-color: rgb(208,207,56); }
div.DivClassName
{
background-color: #D0CF38;
}
.BgClassName
{
background-color: #D0CF38;
}
</style>
border-color css
<style>
span { border-color: #D0CF38; }
span { border-color: rgb(208,207,56); }
td.TdClassName
{
border-color: #D0CF38;
}
.TagClassName
{
border-color: #D0CF38;
}
</style>