Shades of Wattle #CFC93D
Tints of Wattle #CFC93D
RGB
CMYK
RGB Variations
Color information
#CFC93D (or 0xCFC93D) is known color: Wattle. HEX triplet: CF, C9 and 3D. RGB value is (207,201,61). Sum of RGB (Red+Green+Blue) = 207+201+61=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC93D is #3036C2. Grayscale: #BBBBBB. Windows color (decimal): -3159747 or 4049359. OLE color: 4049359.
HSL color Cylindrical-coordinate representation of color #CFC93D: hue angle of 57.53º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC93D is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 61 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.19 |
| HSL | 57.53º | 0.6% | 0.53% | - |
| HSV(B) | 57.53º | 0.71% | 0.81% | - |
| XYZ | 47.46 | 55.38 | 12.6 | - |
| YUV | 186.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 61 | 0 | 0.03 | 0.71 | 0.19 | 57.53 | 0.6 | 0.53 |
| Hex | CF | C9 | 3D | 0 | 3 | 47 | 13 | 3A | 3C | 35 |
| Octal | 317 | 311 | 75 | 0 | 3 | 107 | 23 | 72 | 74 | 65 |
| Binary | 11001111 | 11001001 | 111101 | 0 | 11 | 1000111 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CFC93D
Complementary color
Monochromatic Colors of #CFC93D
Black with #CFC93D
Text Example
Text Example
White with #CFC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC93D; }
p { color: rgb(207,201,61); }
H1.HeaderClassName
{
color: #CFC93D;
}
.AnyTagClassName
{
color: #CFC93D;
}
</style>
background-color css
<style>
a { background-color: #CFC93D; }
a { background-color: rgb(207,201,61); }
div.DivClassName
{
background-color: #CFC93D;
}
.BgClassName
{
background-color: #CFC93D;
}
</style>
border-color css
<style>
span { border-color: #CFC93D; }
span { border-color: rgb(207,201,61); }
td.TdClassName
{
border-color: #CFC93D;
}
.TagClassName
{
border-color: #CFC93D;
}
</style>