Shades of Wattle #CFC732
Tints of Wattle #CFC732
RGB
CMYK
RGB Variations
Color information
#CFC732 (or 0xCFC732) is known color: Wattle. HEX triplet: CF, C7 and 32. RGB value is (207,199,50). Sum of RGB (Red+Green+Blue) = 207+199+50=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC732 is #3038CD. Grayscale: #B9B9B9. Windows color (decimal): -3160270 or 3327951. OLE color: 3327951.
HSL color Cylindrical-coordinate representation of color #CFC732: hue angle of 56.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFC732 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 50 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.19 |
| HSL | 56.94º | 0.62% | 0.5% | - |
| HSV(B) | 56.94º | 0.76% | 0.81% | - |
| XYZ | 46.73 | 54.34 | 11.04 | - |
| YUV | 184.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 50 | 0 | 0.04 | 0.76 | 0.19 | 56.94 | 0.62 | 0.5 |
| Hex | CF | C7 | 32 | 0 | 4 | 4C | 13 | 39 | 3E | 32 |
| Octal | 317 | 307 | 62 | 0 | 4 | 114 | 23 | 71 | 76 | 62 |
| Binary | 11001111 | 11000111 | 110010 | 0 | 100 | 1001100 | 10011 | 111001 | 111110 | 110010 |
Color Harmonies of #CFC732
Complementary color
Monochromatic Colors of #CFC732
Black with #CFC732
Text Example
Text Example
White with #CFC732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC732; }
p { color: rgb(207,199,50); }
H1.HeaderClassName
{
color: #CFC732;
}
.AnyTagClassName
{
color: #CFC732;
}
</style>
background-color css
<style>
a { background-color: #CFC732; }
a { background-color: rgb(207,199,50); }
div.DivClassName
{
background-color: #CFC732;
}
.BgClassName
{
background-color: #CFC732;
}
</style>
border-color css
<style>
span { border-color: #CFC732; }
span { border-color: rgb(207,199,50); }
td.TdClassName
{
border-color: #CFC732;
}
.TagClassName
{
border-color: #CFC732;
}
</style>