Shades of Wattle #CFD13B
Tints of Wattle #CFD13B
RGB
CMYK
RGB Variations
Color information
#CFD13B (or 0xCFD13B) is known color: Wattle. HEX triplet: CF, D1 and 3B. RGB value is (207,209,59). Sum of RGB (Red+Green+Blue) = 207+209+59=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD13B is #302EC4. Grayscale: #BFBFBF. Windows color (decimal): -3157701 or 3920335. OLE color: 3920335.
HSL color Cylindrical-coordinate representation of color #CFD13B: hue angle of 60.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD13B is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 59 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.18 |
| HSL | 60.8º | 0.62% | 0.53% | - |
| HSV(B) | 60.8º | 0.72% | 0.82% | - |
| XYZ | 49.32 | 59.18 | 12.96 | - |
| YUV | 191.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 59 | 0.01 | 0 | 0.72 | 0.18 | 60.8 | 0.62 | 0.53 |
| Hex | CF | D1 | 3B | 1 | 0 | 48 | 12 | 3D | 3E | 35 |
| Octal | 317 | 321 | 73 | 1 | 0 | 110 | 22 | 75 | 76 | 65 |
| Binary | 11001111 | 11010001 | 111011 | 1 | 0 | 1001000 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CFD13B
Complementary color
Monochromatic Colors of #CFD13B
Black with #CFD13B
Text Example
Text Example
White with #CFD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD13B; }
p { color: rgb(207,209,59); }
H1.HeaderClassName
{
color: #CFD13B;
}
.AnyTagClassName
{
color: #CFD13B;
}
</style>
background-color css
<style>
a { background-color: #CFD13B; }
a { background-color: rgb(207,209,59); }
div.DivClassName
{
background-color: #CFD13B;
}
.BgClassName
{
background-color: #CFD13B;
}
</style>
border-color css
<style>
span { border-color: #CFD13B; }
span { border-color: rgb(207,209,59); }
td.TdClassName
{
border-color: #CFD13B;
}
.TagClassName
{
border-color: #CFD13B;
}
</style>