Shades of Wattle #CFC934
Tints of Wattle #CFC934
RGB
CMYK
RGB Variations
Color information
#CFC934 (or 0xCFC934) is known color: Wattle. HEX triplet: CF, C9 and 34. RGB value is (207,201,52). Sum of RGB (Red+Green+Blue) = 207+201+52=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC934 is #3036CB. Grayscale: #BABABA. Windows color (decimal): -3159756 or 3459535. OLE color: 3459535.
HSL color Cylindrical-coordinate representation of color #CFC934: hue angle of 57.68º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFC934 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 52 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.19 |
| HSL | 57.68º | 0.62% | 0.51% | - |
| HSV(B) | 57.68º | 0.75% | 0.81% | - |
| XYZ | 47.24 | 55.29 | 11.43 | - |
| YUV | 185.81 | 52.49 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 52 | 0 | 0.03 | 0.75 | 0.19 | 57.68 | 0.62 | 0.51 |
| Hex | CF | C9 | 34 | 0 | 3 | 4B | 13 | 3A | 3E | 33 |
| Octal | 317 | 311 | 64 | 0 | 3 | 113 | 23 | 72 | 76 | 63 |
| Binary | 11001111 | 11001001 | 110100 | 0 | 11 | 1001011 | 10011 | 111010 | 111110 | 110011 |
Color Harmonies of #CFC934
Complementary color
Monochromatic Colors of #CFC934
Black with #CFC934
Text Example
Text Example
White with #CFC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC934; }
p { color: rgb(207,201,52); }
H1.HeaderClassName
{
color: #CFC934;
}
.AnyTagClassName
{
color: #CFC934;
}
</style>
background-color css
<style>
a { background-color: #CFC934; }
a { background-color: rgb(207,201,52); }
div.DivClassName
{
background-color: #CFC934;
}
.BgClassName
{
background-color: #CFC934;
}
</style>
border-color css
<style>
span { border-color: #CFC934; }
span { border-color: rgb(207,201,52); }
td.TdClassName
{
border-color: #CFC934;
}
.TagClassName
{
border-color: #CFC934;
}
</style>