Shades of Wattle #CFCB33
Tints of Wattle #CFCB33
RGB
CMYK
RGB Variations
Color information
#CFCB33 (or 0xCFCB33) is known color: Wattle. HEX triplet: CF, CB and 33. RGB value is (207,203,51). Sum of RGB (Red+Green+Blue) = 207+203+51=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB33 is #3034CC. Grayscale: #BBBBBB. Windows color (decimal): -3159245 or 3394511. OLE color: 3394511.
HSL color Cylindrical-coordinate representation of color #CFCB33: hue angle of 58.46º 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 #CFCB33 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 51 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.19 |
| HSL | 58.46º | 0.62% | 0.51% | - |
| HSV(B) | 58.46º | 0.75% | 0.81% | - |
| XYZ | 47.69 | 56.22 | 11.47 | - |
| YUV | 186.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 51 | 0 | 0.02 | 0.75 | 0.19 | 58.46 | 0.62 | 0.51 |
| Hex | CF | CB | 33 | 0 | 2 | 4B | 13 | 3A | 3E | 33 |
| Octal | 317 | 313 | 63 | 0 | 2 | 113 | 23 | 72 | 76 | 63 |
| Binary | 11001111 | 11001011 | 110011 | 0 | 10 | 1001011 | 10011 | 111010 | 111110 | 110011 |
Color Harmonies of #CFCB33
Complementary color
Monochromatic Colors of #CFCB33
Black with #CFCB33
Text Example
Text Example
White with #CFCB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB33; }
p { color: rgb(207,203,51); }
H1.HeaderClassName
{
color: #CFCB33;
}
.AnyTagClassName
{
color: #CFCB33;
}
</style>
background-color css
<style>
a { background-color: #CFCB33; }
a { background-color: rgb(207,203,51); }
div.DivClassName
{
background-color: #CFCB33;
}
.BgClassName
{
background-color: #CFCB33;
}
</style>
border-color css
<style>
span { border-color: #CFCB33; }
span { border-color: rgb(207,203,51); }
td.TdClassName
{
border-color: #CFCB33;
}
.TagClassName
{
border-color: #CFCB33;
}
</style>