Shades of Wattle #CFD03B
Tints of Wattle #CFD03B
RGB
CMYK
RGB Variations
Color information
#CFD03B (or 0xCFD03B) is known color: Wattle. HEX triplet: CF, D0 and 3B. RGB value is (207,208,59). Sum of RGB (Red+Green+Blue) = 207+208+59=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 59 (23.44% from 255 or 12.45% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD03B is #302FC4. Grayscale: #BFBFBF. Windows color (decimal): -3157957 or 3920079. OLE color: 3920079.
HSL color Cylindrical-coordinate representation of color #CFD03B: hue angle of 60.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD03B is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 59 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.18 |
| HSL | 60.4º | 0.61% | 0.52% | - |
| HSV(B) | 60.4º | 0.72% | 0.82% | - |
| XYZ | 49.08 | 58.69 | 12.88 | - |
| YUV | 190.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 59 | 0.00 | 0 | 0.72 | 0.18 | 60.4 | 0.61 | 0.52 |
| Hex | CF | D0 | 3B | 0 | 0 | 48 | 12 | 3C | 3D | 34 |
| Octal | 317 | 320 | 73 | 0 | 0 | 110 | 22 | 74 | 75 | 64 |
| Binary | 11001111 | 11010000 | 111011 | 0 | 0 | 1001000 | 10010 | 111100 | 111101 | 110100 |
Color Harmonies of #CFD03B
Complementary color
Monochromatic Colors of #CFD03B
Black with #CFD03B
Text Example
Text Example
White with #CFD03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD03B; }
p { color: rgb(207,208,59); }
H1.HeaderClassName
{
color: #CFD03B;
}
.AnyTagClassName
{
color: #CFD03B;
}
</style>
background-color css
<style>
a { background-color: #CFD03B; }
a { background-color: rgb(207,208,59); }
div.DivClassName
{
background-color: #CFD03B;
}
.BgClassName
{
background-color: #CFD03B;
}
</style>
border-color css
<style>
span { border-color: #CFD03B; }
span { border-color: rgb(207,208,59); }
td.TdClassName
{
border-color: #CFD03B;
}
.TagClassName
{
border-color: #CFD03B;
}
</style>