Shades of Wattle #CFD348
Tints of Wattle #CFD348
RGB
CMYK
RGB Variations
Color information
#CFD348 (or 0xCFD348) is known color: Wattle. HEX triplet: CF, D3 and 48. RGB value is (207,211,72). Sum of RGB (Red+Green+Blue) = 207+211+72=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD348 is #302CB7. Grayscale: #C2C2C2. Windows color (decimal): -3157176 or 4772815. OLE color: 4772815.
HSL color Cylindrical-coordinate representation of color #CFD348: hue angle of 61.73º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFD348 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 72 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.17 |
| HSL | 61.73º | 0.61% | 0.55% | - |
| HSV(B) | 61.73º | 0.66% | 0.83% | - |
| XYZ | 50.2 | 60.32 | 15.13 | - |
| YUV | 193.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 72 | 0.02 | 0 | 0.66 | 0.17 | 61.73 | 0.61 | 0.55 |
| Hex | CF | D3 | 48 | 2 | 0 | 42 | 11 | 3E | 3D | 37 |
| Octal | 317 | 323 | 110 | 2 | 0 | 102 | 21 | 76 | 75 | 67 |
| Binary | 11001111 | 11010011 | 1001000 | 10 | 0 | 1000010 | 10001 | 111110 | 111101 | 110111 |
Color Harmonies of #CFD348
Complementary color
Monochromatic Colors of #CFD348
Black with #CFD348
Text Example
Text Example
White with #CFD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD348; }
p { color: rgb(207,211,72); }
H1.HeaderClassName
{
color: #CFD348;
}
.AnyTagClassName
{
color: #CFD348;
}
</style>
background-color css
<style>
a { background-color: #CFD348; }
a { background-color: rgb(207,211,72); }
div.DivClassName
{
background-color: #CFD348;
}
.BgClassName
{
background-color: #CFD348;
}
</style>
border-color css
<style>
span { border-color: #CFD348; }
span { border-color: rgb(207,211,72); }
td.TdClassName
{
border-color: #CFD348;
}
.TagClassName
{
border-color: #CFD348;
}
</style>