Shades of Wattle #CFCB42
Tints of Wattle #CFCB42
RGB
CMYK
RGB Variations
Color information
#CFCB42 (or 0xCFCB42) is known color: Wattle. HEX triplet: CF, CB and 42. RGB value is (207,203,66). Sum of RGB (Red+Green+Blue) = 207+203+66=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB42 is #3034BD. Grayscale: #BDBDBD. Windows color (decimal): -3159230 or 4377551. OLE color: 4377551.
HSL color Cylindrical-coordinate representation of color #CFCB42: hue angle of 58.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFCB42 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 66 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.19 |
| HSL | 58.3º | 0.59% | 0.54% | - |
| HSV(B) | 58.3º | 0.68% | 0.81% | - |
| XYZ | 48.07 | 56.37 | 13.5 | - |
| YUV | 188.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 66 | 0 | 0.02 | 0.68 | 0.19 | 58.3 | 0.59 | 0.54 |
| Hex | CF | CB | 42 | 0 | 2 | 44 | 13 | 3A | 3B | 36 |
| Octal | 317 | 313 | 102 | 0 | 2 | 104 | 23 | 72 | 73 | 66 |
| Binary | 11001111 | 11001011 | 1000010 | 0 | 10 | 1000100 | 10011 | 111010 | 111011 | 110110 |
Color Harmonies of #CFCB42
Complementary color
Monochromatic Colors of #CFCB42
Black with #CFCB42
Text Example
Text Example
White with #CFCB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB42; }
p { color: rgb(207,203,66); }
H1.HeaderClassName
{
color: #CFCB42;
}
.AnyTagClassName
{
color: #CFCB42;
}
</style>
background-color css
<style>
a { background-color: #CFCB42; }
a { background-color: rgb(207,203,66); }
div.DivClassName
{
background-color: #CFCB42;
}
.BgClassName
{
background-color: #CFCB42;
}
</style>
border-color css
<style>
span { border-color: #CFCB42; }
span { border-color: rgb(207,203,66); }
td.TdClassName
{
border-color: #CFCB42;
}
.TagClassName
{
border-color: #CFCB42;
}
</style>