Shades of Wattle #CFCD37
Tints of Wattle #CFCD37
RGB
CMYK
RGB Variations
Color information
#CFCD37 (or 0xCFCD37) is known color: Wattle. HEX triplet: CF, CD and 37. RGB value is (207,205,55). Sum of RGB (Red+Green+Blue) = 207+205+55=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD37 is #3032C8. Grayscale: #BDBDBD. Windows color (decimal): -3158729 or 3657167. OLE color: 3657167.
HSL color Cylindrical-coordinate representation of color #CFCD37: hue angle of 59.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFCD37 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 55 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.19 |
| HSL | 59.21º | 0.61% | 0.51% | - |
| HSV(B) | 59.21º | 0.73% | 0.81% | - |
| XYZ | 48.25 | 57.2 | 12.11 | - |
| YUV | 188.5 | 52.66 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 55 | 0 | 0.01 | 0.73 | 0.19 | 59.21 | 0.61 | 0.51 |
| Hex | CF | CD | 37 | 0 | 1 | 49 | 13 | 3B | 3D | 33 |
| Octal | 317 | 315 | 67 | 0 | 1 | 111 | 23 | 73 | 75 | 63 |
| Binary | 11001111 | 11001101 | 110111 | 0 | 1 | 1001001 | 10011 | 111011 | 111101 | 110011 |
Color Harmonies of #CFCD37
Complementary color
Monochromatic Colors of #CFCD37
Black with #CFCD37
Text Example
Text Example
White with #CFCD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD37; }
p { color: rgb(207,205,55); }
H1.HeaderClassName
{
color: #CFCD37;
}
.AnyTagClassName
{
color: #CFCD37;
}
</style>
background-color css
<style>
a { background-color: #CFCD37; }
a { background-color: rgb(207,205,55); }
div.DivClassName
{
background-color: #CFCD37;
}
.BgClassName
{
background-color: #CFCD37;
}
</style>
border-color css
<style>
span { border-color: #CFCD37; }
span { border-color: rgb(207,205,55); }
td.TdClassName
{
border-color: #CFCD37;
}
.TagClassName
{
border-color: #CFCD37;
}
</style>