Shades of Wattle #CFC136
Tints of Wattle #CFC136
RGB
CMYK
RGB Variations
Color information
#CFC136 (or 0xCFC136) is known color: Wattle. HEX triplet: CF, C1 and 36. RGB value is (207,193,54). Sum of RGB (Red+Green+Blue) = 207+193+54=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC136 is #303EC9. Grayscale: #B5B5B5. Windows color (decimal): -3161802 or 3588559. OLE color: 3588559.
HSL color Cylindrical-coordinate representation of color #CFC136: hue angle of 54.51º 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 #CFC136 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 54 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.19 |
| HSL | 54.51º | 0.61% | 0.51% | - |
| HSV(B) | 54.51º | 0.74% | 0.81% | - |
| XYZ | 45.47 | 51.67 | 11.07 | - |
| YUV | 181.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 54 | 0 | 0.07 | 0.74 | 0.19 | 54.51 | 0.61 | 0.51 |
| Hex | CF | C1 | 36 | 0 | 7 | 4A | 13 | 37 | 3D | 33 |
| Octal | 317 | 301 | 66 | 0 | 7 | 112 | 23 | 67 | 75 | 63 |
| Binary | 11001111 | 11000001 | 110110 | 0 | 111 | 1001010 | 10011 | 110111 | 111101 | 110011 |
Color Harmonies of #CFC136
Complementary color
Monochromatic Colors of #CFC136
Black with #CFC136
Text Example
Text Example
White with #CFC136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC136; }
p { color: rgb(207,193,54); }
H1.HeaderClassName
{
color: #CFC136;
}
.AnyTagClassName
{
color: #CFC136;
}
</style>
background-color css
<style>
a { background-color: #CFC136; }
a { background-color: rgb(207,193,54); }
div.DivClassName
{
background-color: #CFC136;
}
.BgClassName
{
background-color: #CFC136;
}
</style>
border-color css
<style>
span { border-color: #CFC136; }
span { border-color: rgb(207,193,54); }
td.TdClassName
{
border-color: #CFC136;
}
.TagClassName
{
border-color: #CFC136;
}
</style>