Shades of Wattle #CFC64B
Tints of Wattle #CFC64B
RGB
CMYK
RGB Variations
Color information
#CFC64B (or 0xCFC64B) is known color: Wattle. HEX triplet: CF, C6 and 4B. RGB value is (207,198,75). Sum of RGB (Red+Green+Blue) = 207+198+75=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC64B is #3039B4. Grayscale: #BBBBBB. Windows color (decimal): -3160501 or 4966095. OLE color: 4966095.
HSL color Cylindrical-coordinate representation of color #CFC64B: hue angle of 55.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFC64B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 75 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.19 |
| HSL | 55.91º | 0.58% | 0.55% | - |
| HSV(B) | 55.91º | 0.64% | 0.81% | - |
| XYZ | 47.2 | 54.16 | 14.62 | - |
| YUV | 186.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 75 | 0 | 0.04 | 0.64 | 0.19 | 55.91 | 0.58 | 0.55 |
| Hex | CF | C6 | 4B | 0 | 4 | 40 | 13 | 38 | 3A | 37 |
| Octal | 317 | 306 | 113 | 0 | 4 | 100 | 23 | 70 | 72 | 67 |
| Binary | 11001111 | 11000110 | 1001011 | 0 | 100 | 1000000 | 10011 | 111000 | 111010 | 110111 |
Color Harmonies of #CFC64B
Complementary color
Monochromatic Colors of #CFC64B
Black with #CFC64B
Text Example
Text Example
White with #CFC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC64B; }
p { color: rgb(207,198,75); }
H1.HeaderClassName
{
color: #CFC64B;
}
.AnyTagClassName
{
color: #CFC64B;
}
</style>
background-color css
<style>
a { background-color: #CFC64B; }
a { background-color: rgb(207,198,75); }
div.DivClassName
{
background-color: #CFC64B;
}
.BgClassName
{
background-color: #CFC64B;
}
</style>
border-color css
<style>
span { border-color: #CFC64B; }
span { border-color: rgb(207,198,75); }
td.TdClassName
{
border-color: #CFC64B;
}
.TagClassName
{
border-color: #CFC64B;
}
</style>