Shades of Wattle #CFCC3D
Tints of Wattle #CFCC3D
RGB
CMYK
RGB Variations
Color information
#CFCC3D (or 0xCFCC3D) is known color: Wattle. HEX triplet: CF, CC and 3D. RGB value is (207,204,61). Sum of RGB (Red+Green+Blue) = 207+204+61=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC3D is #3033C2. Grayscale: #BDBDBD. Windows color (decimal): -3158979 or 4050127. OLE color: 4050127.
HSL color Cylindrical-coordinate representation of color #CFCC3D: hue angle of 58.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFCC3D is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 61 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.19 |
| HSL | 58.77º | 0.6% | 0.53% | - |
| HSV(B) | 58.77º | 0.71% | 0.81% | - |
| XYZ | 48.17 | 56.79 | 12.84 | - |
| YUV | 188.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 61 | 0 | 0.01 | 0.71 | 0.19 | 58.77 | 0.6 | 0.53 |
| Hex | CF | CC | 3D | 0 | 1 | 47 | 13 | 3B | 3C | 35 |
| Octal | 317 | 314 | 75 | 0 | 1 | 107 | 23 | 73 | 74 | 65 |
| Binary | 11001111 | 11001100 | 111101 | 0 | 1 | 1000111 | 10011 | 111011 | 111100 | 110101 |
Color Harmonies of #CFCC3D
Complementary color
Monochromatic Colors of #CFCC3D
Black with #CFCC3D
Text Example
Text Example
White with #CFCC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC3D; }
p { color: rgb(207,204,61); }
H1.HeaderClassName
{
color: #CFCC3D;
}
.AnyTagClassName
{
color: #CFCC3D;
}
</style>
background-color css
<style>
a { background-color: #CFCC3D; }
a { background-color: rgb(207,204,61); }
div.DivClassName
{
background-color: #CFCC3D;
}
.BgClassName
{
background-color: #CFCC3D;
}
</style>
border-color css
<style>
span { border-color: #CFCC3D; }
span { border-color: rgb(207,204,61); }
td.TdClassName
{
border-color: #CFCC3D;
}
.TagClassName
{
border-color: #CFCC3D;
}
</style>