Shades of Wattle #CFC231
Tints of Wattle #CFC231
RGB
CMYK
RGB Variations
Color information
#CFC231 (or 0xCFC231) is known color: Wattle. HEX triplet: CF, C2 and 31. RGB value is (207,194,49). Sum of RGB (Red+Green+Blue) = 207+194+49=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC231 is #303DCE. Grayscale: #B5B5B5. Windows color (decimal): -3161551 or 3261135. OLE color: 3261135.
HSL color Cylindrical-coordinate representation of color #CFC231: hue angle of 55.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFC231 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 49 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.19 |
| HSL | 55.06º | 0.62% | 0.5% | - |
| HSV(B) | 55.06º | 0.76% | 0.81% | - |
| XYZ | 45.58 | 52.07 | 10.55 | - |
| YUV | 181.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 49 | 0 | 0.06 | 0.76 | 0.19 | 55.06 | 0.62 | 0.5 |
| Hex | CF | C2 | 31 | 0 | 6 | 4C | 13 | 37 | 3E | 32 |
| Octal | 317 | 302 | 61 | 0 | 6 | 114 | 23 | 67 | 76 | 62 |
| Binary | 11001111 | 11000010 | 110001 | 0 | 110 | 1001100 | 10011 | 110111 | 111110 | 110010 |
Color Harmonies of #CFC231
Complementary color
Monochromatic Colors of #CFC231
Black with #CFC231
Text Example
Text Example
White with #CFC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC231; }
p { color: rgb(207,194,49); }
H1.HeaderClassName
{
color: #CFC231;
}
.AnyTagClassName
{
color: #CFC231;
}
</style>
background-color css
<style>
a { background-color: #CFC231; }
a { background-color: rgb(207,194,49); }
div.DivClassName
{
background-color: #CFC231;
}
.BgClassName
{
background-color: #CFC231;
}
</style>
border-color css
<style>
span { border-color: #CFC231; }
span { border-color: rgb(207,194,49); }
td.TdClassName
{
border-color: #CFC231;
}
.TagClassName
{
border-color: #CFC231;
}
</style>