Shades of Wattle #CFC233
Tints of Wattle #CFC233
RGB
CMYK
RGB Variations
Color information
#CFC233 (or 0xCFC233) is known color: Wattle. HEX triplet: CF, C2 and 33. RGB value is (207,194,51). Sum of RGB (Red+Green+Blue) = 207+194+51=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC233 is #303DCC. Grayscale: #B6B6B6. Windows color (decimal): -3161549 or 3392207. OLE color: 3392207.
HSL color Cylindrical-coordinate representation of color #CFC233: hue angle of 55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFC233 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 51 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.19 |
| HSL | 55º | 0.62% | 0.51% | - |
| HSV(B) | 55º | 0.75% | 0.81% | - |
| XYZ | 45.62 | 52.09 | 10.78 | - |
| YUV | 181.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 51 | 0 | 0.06 | 0.75 | 0.19 | 55 | 0.62 | 0.51 |
| Hex | CF | C2 | 33 | 0 | 6 | 4B | 13 | 37 | 3E | 33 |
| Octal | 317 | 302 | 63 | 0 | 6 | 113 | 23 | 67 | 76 | 63 |
| Binary | 11001111 | 11000010 | 110011 | 0 | 110 | 1001011 | 10011 | 110111 | 111110 | 110011 |
Color Harmonies of #CFC233
Complementary color
Monochromatic Colors of #CFC233
Black with #CFC233
Text Example
Text Example
White with #CFC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC233; }
p { color: rgb(207,194,51); }
H1.HeaderClassName
{
color: #CFC233;
}
.AnyTagClassName
{
color: #CFC233;
}
</style>
background-color css
<style>
a { background-color: #CFC233; }
a { background-color: rgb(207,194,51); }
div.DivClassName
{
background-color: #CFC233;
}
.BgClassName
{
background-color: #CFC233;
}
</style>
border-color css
<style>
span { border-color: #CFC233; }
span { border-color: rgb(207,194,51); }
td.TdClassName
{
border-color: #CFC233;
}
.TagClassName
{
border-color: #CFC233;
}
</style>