Shades of Wattle #CFC339
Tints of Wattle #CFC339
RGB
CMYK
RGB Variations
Color information
#CFC339 (or 0xCFC339) is known color: Wattle. HEX triplet: CF, C3 and 39. RGB value is (207,195,57). Sum of RGB (Red+Green+Blue) = 207+195+57=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC339 is #303CC6. Grayscale: #B7B7B7. Windows color (decimal): -3161287 or 3785679. OLE color: 3785679.
HSL color Cylindrical-coordinate representation of color #CFC339: hue angle of 55.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFC339 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 57 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.19 |
| HSL | 55.2º | 0.61% | 0.52% | - |
| HSV(B) | 55.2º | 0.72% | 0.81% | - |
| XYZ | 45.99 | 52.59 | 11.6 | - |
| YUV | 182.86 | 56.98 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 57 | 0 | 0.06 | 0.72 | 0.19 | 55.2 | 0.61 | 0.52 |
| Hex | CF | C3 | 39 | 0 | 6 | 48 | 13 | 37 | 3D | 34 |
| Octal | 317 | 303 | 71 | 0 | 6 | 110 | 23 | 67 | 75 | 64 |
| Binary | 11001111 | 11000011 | 111001 | 0 | 110 | 1001000 | 10011 | 110111 | 111101 | 110100 |
Color Harmonies of #CFC339
Complementary color
Monochromatic Colors of #CFC339
Black with #CFC339
Text Example
Text Example
White with #CFC339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC339; }
p { color: rgb(207,195,57); }
H1.HeaderClassName
{
color: #CFC339;
}
.AnyTagClassName
{
color: #CFC339;
}
</style>
background-color css
<style>
a { background-color: #CFC339; }
a { background-color: rgb(207,195,57); }
div.DivClassName
{
background-color: #CFC339;
}
.BgClassName
{
background-color: #CFC339;
}
</style>
border-color css
<style>
span { border-color: #CFC339; }
span { border-color: rgb(207,195,57); }
td.TdClassName
{
border-color: #CFC339;
}
.TagClassName
{
border-color: #CFC339;
}
</style>