Shades of Wattle #CFC140
Tints of Wattle #CFC140
RGB
CMYK
RGB Variations
Color information
#CFC140 (or 0xCFC140) is known color: Wattle. HEX triplet: CF, C1 and 40. RGB value is (207,193,64). Sum of RGB (Red+Green+Blue) = 207+193+64=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC140 is #303EBF. Grayscale: #B7B7B7. Windows color (decimal): -3161792 or 4243919. OLE color: 4243919.
HSL color Cylindrical-coordinate representation of color #CFC140: hue angle of 54.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFC140 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 64 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.19 |
| HSL | 54.13º | 0.6% | 0.53% | - |
| HSV(B) | 54.13º | 0.69% | 0.81% | - |
| XYZ | 45.73 | 51.78 | 12.43 | - |
| YUV | 182.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 64 | 0 | 0.07 | 0.69 | 0.19 | 54.13 | 0.6 | 0.53 |
| Hex | CF | C1 | 40 | 0 | 7 | 45 | 13 | 36 | 3C | 35 |
| Octal | 317 | 301 | 100 | 0 | 7 | 105 | 23 | 66 | 74 | 65 |
| Binary | 11001111 | 11000001 | 1000000 | 0 | 111 | 1000101 | 10011 | 110110 | 111100 | 110101 |
Color Harmonies of #CFC140
Complementary color
Monochromatic Colors of #CFC140
Black with #CFC140
Text Example
Text Example
White with #CFC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC140; }
p { color: rgb(207,193,64); }
H1.HeaderClassName
{
color: #CFC140;
}
.AnyTagClassName
{
color: #CFC140;
}
</style>
background-color css
<style>
a { background-color: #CFC140; }
a { background-color: rgb(207,193,64); }
div.DivClassName
{
background-color: #CFC140;
}
.BgClassName
{
background-color: #CFC140;
}
</style>
border-color css
<style>
span { border-color: #CFC140; }
span { border-color: rgb(207,193,64); }
td.TdClassName
{
border-color: #CFC140;
}
.TagClassName
{
border-color: #CFC140;
}
</style>