Shades of Wattle #CFCB3F
Tints of Wattle #CFCB3F
RGB
CMYK
RGB Variations
Color information
#CFCB3F (or 0xCFCB3F) is known color: Wattle. HEX triplet: CF, CB and 3F. RGB value is (207,203,63). Sum of RGB (Red+Green+Blue) = 207+203+63=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCB3F is #3034C0. Grayscale: #BCBCBC. Windows color (decimal): -3159233 or 4180943. OLE color: 4180943.
HSL color Cylindrical-coordinate representation of color #CFCB3F: hue angle of 58.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFCB3F is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 63 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.19 |
| HSL | 58.33º | 0.6% | 0.53% | - |
| HSV(B) | 58.33º | 0.7% | 0.81% | - |
| XYZ | 47.99 | 56.34 | 13.05 | - |
| YUV | 188.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 63 | 0 | 0.02 | 0.70 | 0.19 | 58.33 | 0.6 | 0.53 |
| Hex | CF | CB | 3F | 0 | 2 | 46 | 13 | 3A | 3C | 35 |
| Octal | 317 | 313 | 77 | 0 | 2 | 106 | 23 | 72 | 74 | 65 |
| Binary | 11001111 | 11001011 | 111111 | 0 | 10 | 1000110 | 10011 | 111010 | 111100 | 110101 |
Color Harmonies of #CFCB3F
Complementary color
Monochromatic Colors of #CFCB3F
Black with #CFCB3F
Text Example
Text Example
White with #CFCB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB3F; }
p { color: rgb(207,203,63); }
H1.HeaderClassName
{
color: #CFCB3F;
}
.AnyTagClassName
{
color: #CFCB3F;
}
</style>
background-color css
<style>
a { background-color: #CFCB3F; }
a { background-color: rgb(207,203,63); }
div.DivClassName
{
background-color: #CFCB3F;
}
.BgClassName
{
background-color: #CFCB3F;
}
</style>
border-color css
<style>
span { border-color: #CFCB3F; }
span { border-color: rgb(207,203,63); }
td.TdClassName
{
border-color: #CFCB3F;
}
.TagClassName
{
border-color: #CFCB3F;
}
</style>