Shades of Wattle #CFD349
Tints of Wattle #CFD349
RGB
CMYK
RGB Variations
Color information
#CFD349 (or 0xCFD349) is known color: Wattle. HEX triplet: CF, D3 and 49. RGB value is (207,211,73). Sum of RGB (Red+Green+Blue) = 207+211+73=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD349 is #302CB6. Grayscale: #C2C2C2. Windows color (decimal): -3157175 or 4838351. OLE color: 4838351.
HSL color Cylindrical-coordinate representation of color #CFD349: hue angle of 61.74º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFD349 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 73 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.17 |
| HSL | 61.74º | 0.61% | 0.56% | - |
| HSV(B) | 61.74º | 0.65% | 0.83% | - |
| XYZ | 50.23 | 60.33 | 15.3 | - |
| YUV | 194.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 73 | 0.02 | 0 | 0.65 | 0.17 | 61.74 | 0.61 | 0.56 |
| Hex | CF | D3 | 49 | 2 | 0 | 41 | 11 | 3E | 3D | 38 |
| Octal | 317 | 323 | 111 | 2 | 0 | 101 | 21 | 76 | 75 | 70 |
| Binary | 11001111 | 11010011 | 1001001 | 10 | 0 | 1000001 | 10001 | 111110 | 111101 | 111000 |
Color Harmonies of #CFD349
Complementary color
Monochromatic Colors of #CFD349
Black with #CFD349
Text Example
Text Example
White with #CFD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD349; }
p { color: rgb(207,211,73); }
H1.HeaderClassName
{
color: #CFD349;
}
.AnyTagClassName
{
color: #CFD349;
}
</style>
background-color css
<style>
a { background-color: #CFD349; }
a { background-color: rgb(207,211,73); }
div.DivClassName
{
background-color: #CFD349;
}
.BgClassName
{
background-color: #CFD349;
}
</style>
border-color css
<style>
span { border-color: #CFD349; }
span { border-color: rgb(207,211,73); }
td.TdClassName
{
border-color: #CFD349;
}
.TagClassName
{
border-color: #CFD349;
}
</style>