Shades of Wattle #CFCC30
Tints of Wattle #CFCC30
RGB
CMYK
RGB Variations
Color information
#CFCC30 (or 0xCFCC30) is known color: Wattle. HEX triplet: CF, CC and 30. RGB value is (207,204,48). Sum of RGB (Red+Green+Blue) = 207+204+48=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC30 is #3033CF. Grayscale: #BBBBBB. Windows color (decimal): -3158992 or 3198159. OLE color: 3198159.
HSL color Cylindrical-coordinate representation of color #CFCC30: hue angle of 58.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFCC30 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 48 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.19 |
| HSL | 58.87º | 0.62% | 0.5% | - |
| HSV(B) | 58.87º | 0.77% | 0.81% | - |
| XYZ | 47.86 | 56.66 | 11.21 | - |
| YUV | 187.11 | 49.49 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 48 | 0 | 0.01 | 0.77 | 0.19 | 58.87 | 0.62 | 0.5 |
| Hex | CF | CC | 30 | 0 | 1 | 4D | 13 | 3B | 3E | 32 |
| Octal | 317 | 314 | 60 | 0 | 1 | 115 | 23 | 73 | 76 | 62 |
| Binary | 11001111 | 11001100 | 110000 | 0 | 1 | 1001101 | 10011 | 111011 | 111110 | 110010 |
Color Harmonies of #CFCC30
Complementary color
Monochromatic Colors of #CFCC30
Black with #CFCC30
Text Example
Text Example
White with #CFCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC30; }
p { color: rgb(207,204,48); }
H1.HeaderClassName
{
color: #CFCC30;
}
.AnyTagClassName
{
color: #CFCC30;
}
</style>
background-color css
<style>
a { background-color: #CFCC30; }
a { background-color: rgb(207,204,48); }
div.DivClassName
{
background-color: #CFCC30;
}
.BgClassName
{
background-color: #CFCC30;
}
</style>
border-color css
<style>
span { border-color: #CFCC30; }
span { border-color: rgb(207,204,48); }
td.TdClassName
{
border-color: #CFCC30;
}
.TagClassName
{
border-color: #CFCC30;
}
</style>