Shades of Wattle #CFC03B
Tints of Wattle #CFC03B
RGB
CMYK
RGB Variations
Color information
#CFC03B (or 0xCFC03B) is known color: Wattle. HEX triplet: CF, C0 and 3B. RGB value is (207,192,59). Sum of RGB (Red+Green+Blue) = 207+192+59=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC03B is #303FC4. Grayscale: #B5B5B5. Windows color (decimal): -3162053 or 3915983. OLE color: 3915983.
HSL color Cylindrical-coordinate representation of color #CFC03B: hue angle of 53.92º 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 #CFC03B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 59 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.19 |
| HSL | 53.92º | 0.61% | 0.52% | - |
| HSV(B) | 53.92º | 0.71% | 0.81% | - |
| XYZ | 45.37 | 51.28 | 11.64 | - |
| YUV | 181.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 59 | 0 | 0.07 | 0.71 | 0.19 | 53.92 | 0.61 | 0.52 |
| Hex | CF | C0 | 3B | 0 | 7 | 47 | 13 | 36 | 3D | 34 |
| Octal | 317 | 300 | 73 | 0 | 7 | 107 | 23 | 66 | 75 | 64 |
| Binary | 11001111 | 11000000 | 111011 | 0 | 111 | 1000111 | 10011 | 110110 | 111101 | 110100 |
Color Harmonies of #CFC03B
Complementary color
Monochromatic Colors of #CFC03B
Black with #CFC03B
Text Example
Text Example
White with #CFC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC03B; }
p { color: rgb(207,192,59); }
H1.HeaderClassName
{
color: #CFC03B;
}
.AnyTagClassName
{
color: #CFC03B;
}
</style>
background-color css
<style>
a { background-color: #CFC03B; }
a { background-color: rgb(207,192,59); }
div.DivClassName
{
background-color: #CFC03B;
}
.BgClassName
{
background-color: #CFC03B;
}
</style>
border-color css
<style>
span { border-color: #CFC03B; }
span { border-color: rgb(207,192,59); }
td.TdClassName
{
border-color: #CFC03B;
}
.TagClassName
{
border-color: #CFC03B;
}
</style>