Shades of Wattle #CFD23C
Tints of Wattle #CFD23C
RGB
CMYK
RGB Variations
Color information
#CFD23C (or 0xCFD23C) is known color: Wattle. HEX triplet: CF, D2 and 3C. RGB value is (207,210,60). Sum of RGB (Red+Green+Blue) = 207+210+60=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD23C is #302DC3. Grayscale: #C0C0C0. Windows color (decimal): -3157444 or 3986127. OLE color: 3986127.
HSL color Cylindrical-coordinate representation of color #CFD23C: hue angle of 61.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFD23C is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 60 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.18 |
| HSL | 61.2º | 0.63% | 0.53% | - |
| HSV(B) | 61.2º | 0.71% | 0.82% | - |
| XYZ | 49.59 | 59.68 | 13.18 | - |
| YUV | 192 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 60 | 0.01 | 0 | 0.71 | 0.18 | 61.2 | 0.63 | 0.53 |
| Hex | CF | D2 | 3C | 1 | 0 | 47 | 12 | 3D | 3E | 35 |
| Octal | 317 | 322 | 74 | 1 | 0 | 107 | 22 | 75 | 76 | 65 |
| Binary | 11001111 | 11010010 | 111100 | 1 | 0 | 1000111 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CFD23C
Complementary color
Monochromatic Colors of #CFD23C
Black with #CFD23C
Text Example
Text Example
White with #CFD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD23C; }
p { color: rgb(207,210,60); }
H1.HeaderClassName
{
color: #CFD23C;
}
.AnyTagClassName
{
color: #CFD23C;
}
</style>
background-color css
<style>
a { background-color: #CFD23C; }
a { background-color: rgb(207,210,60); }
div.DivClassName
{
background-color: #CFD23C;
}
.BgClassName
{
background-color: #CFD23C;
}
</style>
border-color css
<style>
span { border-color: #CFD23C; }
span { border-color: rgb(207,210,60); }
td.TdClassName
{
border-color: #CFD23C;
}
.TagClassName
{
border-color: #CFD23C;
}
</style>