Shades of Wattle #CFC236
Tints of Wattle #CFC236
RGB
CMYK
RGB Variations
Color information
#CFC236 (or 0xCFC236) is known color: Wattle. HEX triplet: CF, C2 and 36. RGB value is (207,194,54). Sum of RGB (Red+Green+Blue) = 207+194+54=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 54 (21.48% from 255 or 11.87% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC236 is #303DC9. Grayscale: #B6B6B6. Windows color (decimal): -3161546 or 3588815. OLE color: 3588815.
HSL color Cylindrical-coordinate representation of color #CFC236: hue angle of 54.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFC236 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 54 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.19 |
| HSL | 54.9º | 0.61% | 0.51% | - |
| HSV(B) | 54.9º | 0.74% | 0.81% | - |
| XYZ | 45.69 | 52.12 | 11.14 | - |
| YUV | 181.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 54 | 0 | 0.06 | 0.74 | 0.19 | 54.9 | 0.61 | 0.51 |
| Hex | CF | C2 | 36 | 0 | 6 | 4A | 13 | 37 | 3D | 33 |
| Octal | 317 | 302 | 66 | 0 | 6 | 112 | 23 | 67 | 75 | 63 |
| Binary | 11001111 | 11000010 | 110110 | 0 | 110 | 1001010 | 10011 | 110111 | 111101 | 110011 |
Color Harmonies of #CFC236
Complementary color
Monochromatic Colors of #CFC236
Black with #CFC236
Text Example
Text Example
White with #CFC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC236; }
p { color: rgb(207,194,54); }
H1.HeaderClassName
{
color: #CFC236;
}
.AnyTagClassName
{
color: #CFC236;
}
</style>
background-color css
<style>
a { background-color: #CFC236; }
a { background-color: rgb(207,194,54); }
div.DivClassName
{
background-color: #CFC236;
}
.BgClassName
{
background-color: #CFC236;
}
</style>
border-color css
<style>
span { border-color: #CFC236; }
span { border-color: rgb(207,194,54); }
td.TdClassName
{
border-color: #CFC236;
}
.TagClassName
{
border-color: #CFC236;
}
</style>