Shades of Wattle #CFCD36
Tints of Wattle #CFCD36
RGB
CMYK
RGB Variations
Color information
#CFCD36 (or 0xCFCD36) is known color: Wattle. HEX triplet: CF, CD and 36. RGB value is (207,205,54). Sum of RGB (Red+Green+Blue) = 207+205+54=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 54 (21.48% from 255 or 11.59% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD36 is #3032C9. Grayscale: #BCBCBC. Windows color (decimal): -3158730 or 3591631. OLE color: 3591631.
HSL color Cylindrical-coordinate representation of color #CFCD36: hue angle of 59.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFCD36 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 54 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.19 |
| HSL | 59.22º | 0.61% | 0.51% | - |
| HSV(B) | 59.22º | 0.74% | 0.81% | - |
| XYZ | 48.23 | 57.19 | 11.99 | - |
| YUV | 188.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 54 | 0 | 0.01 | 0.74 | 0.19 | 59.22 | 0.61 | 0.51 |
| Hex | CF | CD | 36 | 0 | 1 | 4A | 13 | 3B | 3D | 33 |
| Octal | 317 | 315 | 66 | 0 | 1 | 112 | 23 | 73 | 75 | 63 |
| Binary | 11001111 | 11001101 | 110110 | 0 | 1 | 1001010 | 10011 | 111011 | 111101 | 110011 |
Color Harmonies of #CFCD36
Complementary color
Monochromatic Colors of #CFCD36
Black with #CFCD36
Text Example
Text Example
White with #CFCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD36; }
p { color: rgb(207,205,54); }
H1.HeaderClassName
{
color: #CFCD36;
}
.AnyTagClassName
{
color: #CFCD36;
}
</style>
background-color css
<style>
a { background-color: #CFCD36; }
a { background-color: rgb(207,205,54); }
div.DivClassName
{
background-color: #CFCD36;
}
.BgClassName
{
background-color: #CFCD36;
}
</style>
border-color css
<style>
span { border-color: #CFCD36; }
span { border-color: rgb(207,205,54); }
td.TdClassName
{
border-color: #CFCD36;
}
.TagClassName
{
border-color: #CFCD36;
}
</style>