Shades of Wattle #CFC838
Tints of Wattle #CFC838
RGB
CMYK
RGB Variations
Color information
#CFC838 (or 0xCFC838) is known color: Wattle. HEX triplet: CF, C8 and 38. RGB value is (207,200,56). Sum of RGB (Red+Green+Blue) = 207+200+56=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC838 is #3037C7. Grayscale: #BABABA. Windows color (decimal): -3160008 or 3721423. OLE color: 3721423.
HSL color Cylindrical-coordinate representation of color #CFC838: hue angle of 57.22º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFC838 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 56 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.19 |
| HSL | 57.22º | 0.61% | 0.52% | - |
| HSV(B) | 57.22º | 0.73% | 0.81% | - |
| XYZ | 47.1 | 54.86 | 11.85 | - |
| YUV | 185.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 56 | 0 | 0.03 | 0.73 | 0.19 | 57.22 | 0.61 | 0.52 |
| Hex | CF | C8 | 38 | 0 | 3 | 49 | 13 | 39 | 3D | 34 |
| Octal | 317 | 310 | 70 | 0 | 3 | 111 | 23 | 71 | 75 | 64 |
| Binary | 11001111 | 11001000 | 111000 | 0 | 11 | 1001001 | 10011 | 111001 | 111101 | 110100 |
Color Harmonies of #CFC838
Complementary color
Monochromatic Colors of #CFC838
Black with #CFC838
Text Example
Text Example
White with #CFC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC838; }
p { color: rgb(207,200,56); }
H1.HeaderClassName
{
color: #CFC838;
}
.AnyTagClassName
{
color: #CFC838;
}
</style>
background-color css
<style>
a { background-color: #CFC838; }
a { background-color: rgb(207,200,56); }
div.DivClassName
{
background-color: #CFC838;
}
.BgClassName
{
background-color: #CFC838;
}
</style>
border-color css
<style>
span { border-color: #CFC838; }
span { border-color: rgb(207,200,56); }
td.TdClassName
{
border-color: #CFC838;
}
.TagClassName
{
border-color: #CFC838;
}
</style>