Shades of Wattle #CFCC33
Tints of Wattle #CFCC33
RGB
CMYK
RGB Variations
Color information
#CFCC33 (or 0xCFCC33) is known color: Wattle. HEX triplet: CF, CC and 33. RGB value is (207,204,51). Sum of RGB (Red+Green+Blue) = 207+204+51=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC33 is #3033CC. Grayscale: #BCBCBC. Windows color (decimal): -3158989 or 3394767. OLE color: 3394767.
HSL color Cylindrical-coordinate representation of color #CFCC33: hue angle of 58.85º 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 #CFCC33 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 51 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.19 |
| HSL | 58.85º | 0.62% | 0.51% | - |
| HSV(B) | 58.85º | 0.75% | 0.81% | - |
| XYZ | 47.92 | 56.69 | 11.55 | - |
| YUV | 187.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 51 | 0 | 0.01 | 0.75 | 0.19 | 58.85 | 0.62 | 0.51 |
| Hex | CF | CC | 33 | 0 | 1 | 4B | 13 | 3B | 3E | 33 |
| Octal | 317 | 314 | 63 | 0 | 1 | 113 | 23 | 73 | 76 | 63 |
| Binary | 11001111 | 11001100 | 110011 | 0 | 1 | 1001011 | 10011 | 111011 | 111110 | 110011 |
Color Harmonies of #CFCC33
Complementary color
Monochromatic Colors of #CFCC33
Black with #CFCC33
Text Example
Text Example
White with #CFCC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC33; }
p { color: rgb(207,204,51); }
H1.HeaderClassName
{
color: #CFCC33;
}
.AnyTagClassName
{
color: #CFCC33;
}
</style>
background-color css
<style>
a { background-color: #CFCC33; }
a { background-color: rgb(207,204,51); }
div.DivClassName
{
background-color: #CFCC33;
}
.BgClassName
{
background-color: #CFCC33;
}
</style>
border-color css
<style>
span { border-color: #CFCC33; }
span { border-color: rgb(207,204,51); }
td.TdClassName
{
border-color: #CFCC33;
}
.TagClassName
{
border-color: #CFCC33;
}
</style>