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