Shades of Wattle #CFCB40
Tints of Wattle #CFCB40
RGB
CMYK
RGB Variations
Color information
#CFCB40 (or 0xCFCB40) is known color: Wattle. HEX triplet: CF, CB and 40. RGB value is (207,203,64). Sum of RGB (Red+Green+Blue) = 207+203+64=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB40 is #3034BF. Grayscale: #BCBCBC. Windows color (decimal): -3159232 or 4246479. OLE color: 4246479.
HSL color Cylindrical-coordinate representation of color #CFCB40: hue angle of 58.32º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFCB40 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 64 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.19 |
| HSL | 58.32º | 0.6% | 0.53% | - |
| HSV(B) | 58.32º | 0.69% | 0.81% | - |
| XYZ | 48.01 | 56.35 | 13.2 | - |
| YUV | 188.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 64 | 0 | 0.02 | 0.69 | 0.19 | 58.32 | 0.6 | 0.53 |
| Hex | CF | CB | 40 | 0 | 2 | 45 | 13 | 3A | 3C | 35 |
| Octal | 317 | 313 | 100 | 0 | 2 | 105 | 23 | 72 | 74 | 65 |
| Binary | 11001111 | 11001011 | 1000000 | 0 | 10 | 1000101 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CFCB40
Complementary color
Monochromatic Colors of #CFCB40
Black with #CFCB40
Text Example
Text Example
White with #CFCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB40; }
p { color: rgb(207,203,64); }
H1.HeaderClassName
{
color: #CFCB40;
}
.AnyTagClassName
{
color: #CFCB40;
}
</style>
background-color css
<style>
a { background-color: #CFCB40; }
a { background-color: rgb(207,203,64); }
div.DivClassName
{
background-color: #CFCB40;
}
.BgClassName
{
background-color: #CFCB40;
}
</style>
border-color css
<style>
span { border-color: #CFCB40; }
span { border-color: rgb(207,203,64); }
td.TdClassName
{
border-color: #CFCB40;
}
.TagClassName
{
border-color: #CFCB40;
}
</style>