Shades of Wattle #CFC93B
Tints of Wattle #CFC93B
RGB
CMYK
RGB Variations
Color information
#CFC93B (or 0xCFC93B) is known color: Wattle. HEX triplet: CF, C9 and 3B. RGB value is (207,201,59). Sum of RGB (Red+Green+Blue) = 207+201+59=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC93B is #3036C4. Grayscale: #BBBBBB. Windows color (decimal): -3159749 or 3918287. OLE color: 3918287.
HSL color Cylindrical-coordinate representation of color #CFC93B: hue angle of 57.57º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC93B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 59 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.19 |
| HSL | 57.57º | 0.61% | 0.52% | - |
| HSV(B) | 57.57º | 0.71% | 0.81% | - |
| XYZ | 47.41 | 55.35 | 12.32 | - |
| YUV | 186.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 59 | 0 | 0.03 | 0.71 | 0.19 | 57.57 | 0.61 | 0.52 |
| Hex | CF | C9 | 3B | 0 | 3 | 47 | 13 | 3A | 3D | 34 |
| Octal | 317 | 311 | 73 | 0 | 3 | 107 | 23 | 72 | 75 | 64 |
| Binary | 11001111 | 11001001 | 111011 | 0 | 11 | 1000111 | 10011 | 111010 | 111101 | 110100 |
Color Harmonies of #CFC93B
Complementary color
Monochromatic Colors of #CFC93B
Black with #CFC93B
Text Example
Text Example
White with #CFC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC93B; }
p { color: rgb(207,201,59); }
H1.HeaderClassName
{
color: #CFC93B;
}
.AnyTagClassName
{
color: #CFC93B;
}
</style>
background-color css
<style>
a { background-color: #CFC93B; }
a { background-color: rgb(207,201,59); }
div.DivClassName
{
background-color: #CFC93B;
}
.BgClassName
{
background-color: #CFC93B;
}
</style>
border-color css
<style>
span { border-color: #CFC93B; }
span { border-color: rgb(207,201,59); }
td.TdClassName
{
border-color: #CFC93B;
}
.TagClassName
{
border-color: #CFC93B;
}
</style>