Shades of Wattle #CFC143
Tints of Wattle #CFC143
RGB
CMYK
RGB Variations
Color information
#CFC143 (or 0xCFC143) is known color: Wattle. HEX triplet: CF, C1 and 43. RGB value is (207,193,67). Sum of RGB (Red+Green+Blue) = 207+193+67=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC143 is #303EBC. Grayscale: #B7B7B7. Windows color (decimal): -3161789 or 4440527. OLE color: 4440527.
HSL color Cylindrical-coordinate representation of color #CFC143: hue angle of 54º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFC143 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 67 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.19 |
| HSL | 54º | 0.59% | 0.54% | - |
| HSV(B) | 54º | 0.68% | 0.81% | - |
| XYZ | 45.82 | 51.81 | 12.9 | - |
| YUV | 182.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 67 | 0 | 0.07 | 0.68 | 0.19 | 54 | 0.59 | 0.54 |
| Hex | CF | C1 | 43 | 0 | 7 | 44 | 13 | 36 | 3B | 36 |
| Octal | 317 | 301 | 103 | 0 | 7 | 104 | 23 | 66 | 73 | 66 |
| Binary | 11001111 | 11000001 | 1000011 | 0 | 111 | 1000100 | 10011 | 110110 | 111011 | 110110 |
Color Harmonies of #CFC143
Complementary color
Monochromatic Colors of #CFC143
Black with #CFC143
Text Example
Text Example
White with #CFC143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC143; }
p { color: rgb(207,193,67); }
H1.HeaderClassName
{
color: #CFC143;
}
.AnyTagClassName
{
color: #CFC143;
}
</style>
background-color css
<style>
a { background-color: #CFC143; }
a { background-color: rgb(207,193,67); }
div.DivClassName
{
background-color: #CFC143;
}
.BgClassName
{
background-color: #CFC143;
}
</style>
border-color css
<style>
span { border-color: #CFC143; }
span { border-color: rgb(207,193,67); }
td.TdClassName
{
border-color: #CFC143;
}
.TagClassName
{
border-color: #CFC143;
}
</style>