Shades of Wattle #CFC342
Tints of Wattle #CFC342
RGB
CMYK
RGB Variations
Color information
#CFC342 (or 0xCFC342) is known color: Wattle. HEX triplet: CF, C3 and 42. RGB value is (207,195,66). Sum of RGB (Red+Green+Blue) = 207+195+66=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC342 is #303CBD. Grayscale: #B8B8B8. Windows color (decimal): -3161278 or 4375503. OLE color: 4375503.
HSL color Cylindrical-coordinate representation of color #CFC342: hue angle of 54.89º 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 #CFC342 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 66 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.19 |
| HSL | 54.89º | 0.59% | 0.54% | - |
| HSV(B) | 54.89º | 0.68% | 0.81% | - |
| XYZ | 46.23 | 52.69 | 12.89 | - |
| YUV | 183.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 66 | 0 | 0.06 | 0.68 | 0.19 | 54.89 | 0.59 | 0.54 |
| Hex | CF | C3 | 42 | 0 | 6 | 44 | 13 | 37 | 3B | 36 |
| Octal | 317 | 303 | 102 | 0 | 6 | 104 | 23 | 67 | 73 | 66 |
| Binary | 11001111 | 11000011 | 1000010 | 0 | 110 | 1000100 | 10011 | 110111 | 111011 | 110110 |
Color Harmonies of #CFC342
Complementary color
Monochromatic Colors of #CFC342
Black with #CFC342
Text Example
Text Example
White with #CFC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC342; }
p { color: rgb(207,195,66); }
H1.HeaderClassName
{
color: #CFC342;
}
.AnyTagClassName
{
color: #CFC342;
}
</style>
background-color css
<style>
a { background-color: #CFC342; }
a { background-color: rgb(207,195,66); }
div.DivClassName
{
background-color: #CFC342;
}
.BgClassName
{
background-color: #CFC342;
}
</style>
border-color css
<style>
span { border-color: #CFC342; }
span { border-color: rgb(207,195,66); }
td.TdClassName
{
border-color: #CFC342;
}
.TagClassName
{
border-color: #CFC342;
}
</style>