Shades of Wattle #CFC237
Tints of Wattle #CFC237
RGB
CMYK
RGB Variations
Color information
#CFC237 (or 0xCFC237) is known color: Wattle. HEX triplet: CF, C2 and 37. RGB value is (207,194,55). Sum of RGB (Red+Green+Blue) = 207+194+55=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 55 (21.88% from 255 or 12.06% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC237 is #303DC8. Grayscale: #B6B6B6. Windows color (decimal): -3161545 or 3654351. OLE color: 3654351.
HSL color Cylindrical-coordinate representation of color #CFC237: hue angle of 54.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFC237 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 55 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.19 |
| HSL | 54.87º | 0.61% | 0.51% | - |
| HSV(B) | 54.87º | 0.73% | 0.81% | - |
| XYZ | 45.71 | 52.12 | 11.27 | - |
| YUV | 182.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 55 | 0 | 0.06 | 0.73 | 0.19 | 54.87 | 0.61 | 0.51 |
| Hex | CF | C2 | 37 | 0 | 6 | 49 | 13 | 37 | 3D | 33 |
| Octal | 317 | 302 | 67 | 0 | 6 | 111 | 23 | 67 | 75 | 63 |
| Binary | 11001111 | 11000010 | 110111 | 0 | 110 | 1001001 | 10011 | 110111 | 111101 | 110011 |
Color Harmonies of #CFC237
Complementary color
Monochromatic Colors of #CFC237
Black with #CFC237
Text Example
Text Example
White with #CFC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC237; }
p { color: rgb(207,194,55); }
H1.HeaderClassName
{
color: #CFC237;
}
.AnyTagClassName
{
color: #CFC237;
}
</style>
background-color css
<style>
a { background-color: #CFC237; }
a { background-color: rgb(207,194,55); }
div.DivClassName
{
background-color: #CFC237;
}
.BgClassName
{
background-color: #CFC237;
}
</style>
border-color css
<style>
span { border-color: #CFC237; }
span { border-color: rgb(207,194,55); }
td.TdClassName
{
border-color: #CFC237;
}
.TagClassName
{
border-color: #CFC237;
}
</style>