Shades of Wattle #CFC134
Tints of Wattle #CFC134
RGB
CMYK
RGB Variations
Color information
#CFC134 (or 0xCFC134) is known color: Wattle. HEX triplet: CF, C1 and 34. RGB value is (207,193,52). Sum of RGB (Red+Green+Blue) = 207+193+52=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC134 is #303ECB. Grayscale: #B5B5B5. Windows color (decimal): -3161804 or 3457487. OLE color: 3457487.
HSL color Cylindrical-coordinate representation of color #CFC134: hue angle of 54.58º 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 #CFC134 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 52 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.19 |
| HSL | 54.58º | 0.62% | 0.51% | - |
| HSV(B) | 54.58º | 0.75% | 0.81% | - |
| XYZ | 45.42 | 51.65 | 10.82 | - |
| YUV | 181.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 52 | 0 | 0.07 | 0.75 | 0.19 | 54.58 | 0.62 | 0.51 |
| Hex | CF | C1 | 34 | 0 | 7 | 4B | 13 | 37 | 3E | 33 |
| Octal | 317 | 301 | 64 | 0 | 7 | 113 | 23 | 67 | 76 | 63 |
| Binary | 11001111 | 11000001 | 110100 | 0 | 111 | 1001011 | 10011 | 110111 | 111110 | 110011 |
Color Harmonies of #CFC134
Complementary color
Monochromatic Colors of #CFC134
Black with #CFC134
Text Example
Text Example
White with #CFC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC134; }
p { color: rgb(207,193,52); }
H1.HeaderClassName
{
color: #CFC134;
}
.AnyTagClassName
{
color: #CFC134;
}
</style>
background-color css
<style>
a { background-color: #CFC134; }
a { background-color: rgb(207,193,52); }
div.DivClassName
{
background-color: #CFC134;
}
.BgClassName
{
background-color: #CFC134;
}
</style>
border-color css
<style>
span { border-color: #CFC134; }
span { border-color: rgb(207,193,52); }
td.TdClassName
{
border-color: #CFC134;
}
.TagClassName
{
border-color: #CFC134;
}
</style>