Shades of Wattle #CFCC3B
Tints of Wattle #CFCC3B
RGB
CMYK
RGB Variations
Color information
#CFCC3B (or 0xCFCC3B) is known color: Wattle. HEX triplet: CF, CC and 3B. RGB value is (207,204,59). Sum of RGB (Red+Green+Blue) = 207+204+59=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 59 (23.44% from 255 or 12.55% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC3B is #3033C4. Grayscale: #BCBCBC. Windows color (decimal): -3158981 or 3919055. OLE color: 3919055.
HSL color Cylindrical-coordinate representation of color #CFCC3B: hue angle of 58.78º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFCC3B is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 59 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.19 |
| HSL | 58.78º | 0.61% | 0.52% | - |
| HSV(B) | 58.78º | 0.71% | 0.81% | - |
| XYZ | 48.11 | 56.77 | 12.56 | - |
| YUV | 188.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 59 | 0 | 0.01 | 0.71 | 0.19 | 58.78 | 0.61 | 0.52 |
| Hex | CF | CC | 3B | 0 | 1 | 47 | 13 | 3B | 3D | 34 |
| Octal | 317 | 314 | 73 | 0 | 1 | 107 | 23 | 73 | 75 | 64 |
| Binary | 11001111 | 11001100 | 111011 | 0 | 1 | 1000111 | 10011 | 111011 | 111101 | 110100 |
Color Harmonies of #CFCC3B
Complementary color
Monochromatic Colors of #CFCC3B
Black with #CFCC3B
Text Example
Text Example
White with #CFCC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC3B; }
p { color: rgb(207,204,59); }
H1.HeaderClassName
{
color: #CFCC3B;
}
.AnyTagClassName
{
color: #CFCC3B;
}
</style>
background-color css
<style>
a { background-color: #CFCC3B; }
a { background-color: rgb(207,204,59); }
div.DivClassName
{
background-color: #CFCC3B;
}
.BgClassName
{
background-color: #CFCC3B;
}
</style>
border-color css
<style>
span { border-color: #CFCC3B; }
span { border-color: rgb(207,204,59); }
td.TdClassName
{
border-color: #CFCC3B;
}
.TagClassName
{
border-color: #CFCC3B;
}
</style>