Shades of Wattle #CFC534
Tints of Wattle #CFC534
RGB
CMYK
RGB Variations
Color information
#CFC534 (or 0xCFC534) is known color: Wattle. HEX triplet: CF, C5 and 34. RGB value is (207,197,52). Sum of RGB (Red+Green+Blue) = 207+197+52=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC534 is #303ACB. Grayscale: #B8B8B8. Windows color (decimal): -3160780 or 3458511. OLE color: 3458511.
HSL color Cylindrical-coordinate representation of color #CFC534: hue angle of 56.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFC534 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 52 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.19 |
| HSL | 56.13º | 0.62% | 0.51% | - |
| HSV(B) | 56.13º | 0.75% | 0.81% | - |
| XYZ | 46.32 | 53.45 | 11.12 | - |
| YUV | 183.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 52 | 0 | 0.05 | 0.75 | 0.19 | 56.13 | 0.62 | 0.51 |
| Hex | CF | C5 | 34 | 0 | 5 | 4B | 13 | 38 | 3E | 33 |
| Octal | 317 | 305 | 64 | 0 | 5 | 113 | 23 | 70 | 76 | 63 |
| Binary | 11001111 | 11000101 | 110100 | 0 | 101 | 1001011 | 10011 | 111000 | 111110 | 110011 |
Color Harmonies of #CFC534
Complementary color
Monochromatic Colors of #CFC534
Black with #CFC534
Text Example
Text Example
White with #CFC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC534; }
p { color: rgb(207,197,52); }
H1.HeaderClassName
{
color: #CFC534;
}
.AnyTagClassName
{
color: #CFC534;
}
</style>
background-color css
<style>
a { background-color: #CFC534; }
a { background-color: rgb(207,197,52); }
div.DivClassName
{
background-color: #CFC534;
}
.BgClassName
{
background-color: #CFC534;
}
</style>
border-color css
<style>
span { border-color: #CFC534; }
span { border-color: rgb(207,197,52); }
td.TdClassName
{
border-color: #CFC534;
}
.TagClassName
{
border-color: #CFC534;
}
</style>