Shades of Wattle #CFC634
Tints of Wattle #CFC634
RGB
CMYK
RGB Variations
Color information
#CFC634 (or 0xCFC634) is known color: Wattle. HEX triplet: CF, C6 and 34. RGB value is (207,198,52). Sum of RGB (Red+Green+Blue) = 207+198+52=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC634 is #3039CB. Grayscale: #B8B8B8. Windows color (decimal): -3160524 or 3458767. OLE color: 3458767.
HSL color Cylindrical-coordinate representation of color #CFC634: hue angle of 56.52º 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 #CFC634 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 52 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.19 |
| HSL | 56.52º | 0.62% | 0.51% | - |
| HSV(B) | 56.52º | 0.75% | 0.81% | - |
| XYZ | 46.55 | 53.9 | 11.2 | - |
| YUV | 184.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 52 | 0 | 0.04 | 0.75 | 0.19 | 56.52 | 0.62 | 0.51 |
| Hex | CF | C6 | 34 | 0 | 4 | 4B | 13 | 39 | 3E | 33 |
| Octal | 317 | 306 | 64 | 0 | 4 | 113 | 23 | 71 | 76 | 63 |
| Binary | 11001111 | 11000110 | 110100 | 0 | 100 | 1001011 | 10011 | 111001 | 111110 | 110011 |
Color Harmonies of #CFC634
Complementary color
Monochromatic Colors of #CFC634
Black with #CFC634
Text Example
Text Example
White with #CFC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC634; }
p { color: rgb(207,198,52); }
H1.HeaderClassName
{
color: #CFC634;
}
.AnyTagClassName
{
color: #CFC634;
}
</style>
background-color css
<style>
a { background-color: #CFC634; }
a { background-color: rgb(207,198,52); }
div.DivClassName
{
background-color: #CFC634;
}
.BgClassName
{
background-color: #CFC634;
}
</style>
border-color css
<style>
span { border-color: #CFC634; }
span { border-color: rgb(207,198,52); }
td.TdClassName
{
border-color: #CFC634;
}
.TagClassName
{
border-color: #CFC634;
}
</style>