Shades of Wattle #CFCB46
Tints of Wattle #CFCB46
RGB
CMYK
RGB Variations
Color information
#CFCB46 (or 0xCFCB46) is known color: Wattle. HEX triplet: CF, CB and 46. RGB value is (207,203,70). Sum of RGB (Red+Green+Blue) = 207+203+70=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB46 is #3034B9. Grayscale: #BDBDBD. Windows color (decimal): -3159226 or 4639695. OLE color: 4639695.
HSL color Cylindrical-coordinate representation of color #CFCB46: hue angle of 58.25º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFCB46 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 70 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.19 |
| HSL | 58.25º | 0.59% | 0.54% | - |
| HSV(B) | 58.25º | 0.66% | 0.81% | - |
| XYZ | 48.19 | 56.42 | 14.14 | - |
| YUV | 189.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 70 | 0 | 0.02 | 0.66 | 0.19 | 58.25 | 0.59 | 0.54 |
| Hex | CF | CB | 46 | 0 | 2 | 42 | 13 | 3A | 3B | 36 |
| Octal | 317 | 313 | 106 | 0 | 2 | 102 | 23 | 72 | 73 | 66 |
| Binary | 11001111 | 11001011 | 1000110 | 0 | 10 | 1000010 | 10011 | 111010 | 111011 | 110110 |
Color Harmonies of #CFCB46
Complementary color
Monochromatic Colors of #CFCB46
Black with #CFCB46
Text Example
Text Example
White with #CFCB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB46; }
p { color: rgb(207,203,70); }
H1.HeaderClassName
{
color: #CFCB46;
}
.AnyTagClassName
{
color: #CFCB46;
}
</style>
background-color css
<style>
a { background-color: #CFCB46; }
a { background-color: rgb(207,203,70); }
div.DivClassName
{
background-color: #CFCB46;
}
.BgClassName
{
background-color: #CFCB46;
}
</style>
border-color css
<style>
span { border-color: #CFCB46; }
span { border-color: rgb(207,203,70); }
td.TdClassName
{
border-color: #CFCB46;
}
.TagClassName
{
border-color: #CFCB46;
}
</style>