Shades of Wattle #CFCB3E
Tints of Wattle #CFCB3E
RGB
CMYK
RGB Variations
Color information
#CFCB3E (or 0xCFCB3E) is known color: Wattle. HEX triplet: CF, CB and 3E. RGB value is (207,203,62). Sum of RGB (Red+Green+Blue) = 207+203+62=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB3E is #3034C1. Grayscale: #BCBCBC. Windows color (decimal): -3159234 or 4115407. OLE color: 4115407.
HSL color Cylindrical-coordinate representation of color #CFCB3E: hue angle of 58.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFCB3E is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 62 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.19 |
| HSL | 58.34º | 0.6% | 0.53% | - |
| HSV(B) | 58.34º | 0.7% | 0.81% | - |
| XYZ | 47.96 | 56.33 | 12.9 | - |
| YUV | 188.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 62 | 0 | 0.02 | 0.70 | 0.19 | 58.34 | 0.6 | 0.53 |
| Hex | CF | CB | 3E | 0 | 2 | 46 | 13 | 3A | 3C | 35 |
| Octal | 317 | 313 | 76 | 0 | 2 | 106 | 23 | 72 | 74 | 65 |
| Binary | 11001111 | 11001011 | 111110 | 0 | 10 | 1000110 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CFCB3E
Complementary color
Monochromatic Colors of #CFCB3E
Black with #CFCB3E
Text Example
Text Example
White with #CFCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB3E; }
p { color: rgb(207,203,62); }
H1.HeaderClassName
{
color: #CFCB3E;
}
.AnyTagClassName
{
color: #CFCB3E;
}
</style>
background-color css
<style>
a { background-color: #CFCB3E; }
a { background-color: rgb(207,203,62); }
div.DivClassName
{
background-color: #CFCB3E;
}
.BgClassName
{
background-color: #CFCB3E;
}
</style>
border-color css
<style>
span { border-color: #CFCB3E; }
span { border-color: rgb(207,203,62); }
td.TdClassName
{
border-color: #CFCB3E;
}
.TagClassName
{
border-color: #CFCB3E;
}
</style>