Shades of Wattle #CFCA33
Tints of Wattle #CFCA33
RGB
CMYK
RGB Variations
Color information
#CFCA33 (or 0xCFCA33) is known color: Wattle. HEX triplet: CF, CA and 33. RGB value is (207,202,51). Sum of RGB (Red+Green+Blue) = 207+202+51=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA33 is #3035CC. Grayscale: #BABABA. Windows color (decimal): -3159501 or 3394255. OLE color: 3394255.
HSL color Cylindrical-coordinate representation of color #CFCA33: hue angle of 58.08º 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 #CFCA33 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 51 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.19 |
| HSL | 58.08º | 0.62% | 0.51% | - |
| HSV(B) | 58.08º | 0.75% | 0.81% | - |
| XYZ | 47.45 | 55.75 | 11.39 | - |
| YUV | 186.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 51 | 0 | 0.02 | 0.75 | 0.19 | 58.08 | 0.62 | 0.51 |
| Hex | CF | CA | 33 | 0 | 2 | 4B | 13 | 3A | 3E | 33 |
| Octal | 317 | 312 | 63 | 0 | 2 | 113 | 23 | 72 | 76 | 63 |
| Binary | 11001111 | 11001010 | 110011 | 0 | 10 | 1001011 | 10011 | 111010 | 111110 | 110011 |
Color Harmonies of #CFCA33
Complementary color
Monochromatic Colors of #CFCA33
Black with #CFCA33
Text Example
Text Example
White with #CFCA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA33; }
p { color: rgb(207,202,51); }
H1.HeaderClassName
{
color: #CFCA33;
}
.AnyTagClassName
{
color: #CFCA33;
}
</style>
background-color css
<style>
a { background-color: #CFCA33; }
a { background-color: rgb(207,202,51); }
div.DivClassName
{
background-color: #CFCA33;
}
.BgClassName
{
background-color: #CFCA33;
}
</style>
border-color css
<style>
span { border-color: #CFCA33; }
span { border-color: rgb(207,202,51); }
td.TdClassName
{
border-color: #CFCA33;
}
.TagClassName
{
border-color: #CFCA33;
}
</style>