Shades of Wattle #CFCC3C
Tints of Wattle #CFCC3C
RGB
CMYK
RGB Variations
Color information
#CFCC3C (or 0xCFCC3C) is known color: Wattle. HEX triplet: CF, CC and 3C. RGB value is (207,204,60). Sum of RGB (Red+Green+Blue) = 207+204+60=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC3C is #3033C3. Grayscale: #BDBDBD. Windows color (decimal): -3158980 or 3984591. OLE color: 3984591.
HSL color Cylindrical-coordinate representation of color #CFCC3C: hue angle of 58.78º degrees, saturation: 0.6, 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 #CFCC3C is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 60 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.19 |
| HSL | 58.78º | 0.6% | 0.52% | - |
| HSV(B) | 58.78º | 0.71% | 0.81% | - |
| XYZ | 48.14 | 56.78 | 12.7 | - |
| YUV | 188.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 60 | 0 | 0.01 | 0.71 | 0.19 | 58.78 | 0.6 | 0.52 |
| Hex | CF | CC | 3C | 0 | 1 | 47 | 13 | 3B | 3C | 34 |
| Octal | 317 | 314 | 74 | 0 | 1 | 107 | 23 | 73 | 74 | 64 |
| Binary | 11001111 | 11001100 | 111100 | 0 | 1 | 1000111 | 10011 | 111011 | 111100 | 110100 |
Color Harmonies of #CFCC3C
Complementary color
Monochromatic Colors of #CFCC3C
Black with #CFCC3C
Text Example
Text Example
White with #CFCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC3C; }
p { color: rgb(207,204,60); }
H1.HeaderClassName
{
color: #CFCC3C;
}
.AnyTagClassName
{
color: #CFCC3C;
}
</style>
background-color css
<style>
a { background-color: #CFCC3C; }
a { background-color: rgb(207,204,60); }
div.DivClassName
{
background-color: #CFCC3C;
}
.BgClassName
{
background-color: #CFCC3C;
}
</style>
border-color css
<style>
span { border-color: #CFCC3C; }
span { border-color: rgb(207,204,60); }
td.TdClassName
{
border-color: #CFCC3C;
}
.TagClassName
{
border-color: #CFCC3C;
}
</style>