Shades of Wattle #CFC330
Tints of Wattle #CFC330
RGB
CMYK
RGB Variations
Color information
#CFC330 (or 0xCFC330) is known color: Wattle. HEX triplet: CF, C3 and 30. RGB value is (207,195,48). Sum of RGB (Red+Green+Blue) = 207+195+48=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC330 is #303CCF. Grayscale: #B6B6B6. Windows color (decimal): -3161296 or 3195855. OLE color: 3195855.
HSL color Cylindrical-coordinate representation of color #CFC330: hue angle of 55.47º 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 #CFC330 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 48 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.19 |
| HSL | 55.47º | 0.62% | 0.5% | - |
| HSV(B) | 55.47º | 0.77% | 0.81% | - |
| XYZ | 45.78 | 52.51 | 10.52 | - |
| YUV | 181.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 48 | 0 | 0.06 | 0.77 | 0.19 | 55.47 | 0.62 | 0.5 |
| Hex | CF | C3 | 30 | 0 | 6 | 4D | 13 | 37 | 3E | 32 |
| Octal | 317 | 303 | 60 | 0 | 6 | 115 | 23 | 67 | 76 | 62 |
| Binary | 11001111 | 11000011 | 110000 | 0 | 110 | 1001101 | 10011 | 110111 | 111110 | 110010 |
Color Harmonies of #CFC330
Complementary color
Monochromatic Colors of #CFC330
Black with #CFC330
Text Example
Text Example
White with #CFC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC330; }
p { color: rgb(207,195,48); }
H1.HeaderClassName
{
color: #CFC330;
}
.AnyTagClassName
{
color: #CFC330;
}
</style>
background-color css
<style>
a { background-color: #CFC330; }
a { background-color: rgb(207,195,48); }
div.DivClassName
{
background-color: #CFC330;
}
.BgClassName
{
background-color: #CFC330;
}
</style>
border-color css
<style>
span { border-color: #CFC330; }
span { border-color: rgb(207,195,48); }
td.TdClassName
{
border-color: #CFC330;
}
.TagClassName
{
border-color: #CFC330;
}
</style>