Shades of Wattle #CFCD33
Tints of Wattle #CFCD33
RGB
CMYK
RGB Variations
Color information
#CFCD33 (or 0xCFCD33) is known color: Wattle. HEX triplet: CF, CD and 33. RGB value is (207,205,51). Sum of RGB (Red+Green+Blue) = 207+205+51=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD33 is #3032CC. Grayscale: #BCBCBC. Windows color (decimal): -3158733 or 3395023. OLE color: 3395023.
HSL color Cylindrical-coordinate representation of color #CFCD33: hue angle of 59.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFCD33 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 51 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.19 |
| HSL | 59.23º | 0.62% | 0.51% | - |
| HSV(B) | 59.23º | 0.75% | 0.81% | - |
| XYZ | 48.16 | 57.17 | 11.63 | - |
| YUV | 188.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 51 | 0 | 0.01 | 0.75 | 0.19 | 59.23 | 0.62 | 0.51 |
| Hex | CF | CD | 33 | 0 | 1 | 4B | 13 | 3B | 3E | 33 |
| Octal | 317 | 315 | 63 | 0 | 1 | 113 | 23 | 73 | 76 | 63 |
| Binary | 11001111 | 11001101 | 110011 | 0 | 1 | 1001011 | 10011 | 111011 | 111110 | 110011 |
Color Harmonies of #CFCD33
Complementary color
Monochromatic Colors of #CFCD33
Black with #CFCD33
Text Example
Text Example
White with #CFCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD33; }
p { color: rgb(207,205,51); }
H1.HeaderClassName
{
color: #CFCD33;
}
.AnyTagClassName
{
color: #CFCD33;
}
</style>
background-color css
<style>
a { background-color: #CFCD33; }
a { background-color: rgb(207,205,51); }
div.DivClassName
{
background-color: #CFCD33;
}
.BgClassName
{
background-color: #CFCD33;
}
</style>
border-color css
<style>
span { border-color: #CFCD33; }
span { border-color: rgb(207,205,51); }
td.TdClassName
{
border-color: #CFCD33;
}
.TagClassName
{
border-color: #CFCD33;
}
</style>