Shades of Wattle #CFC13B
Tints of Wattle #CFC13B
RGB
CMYK
RGB Variations
Color information
#CFC13B (or 0xCFC13B) is known color: Wattle. HEX triplet: CF, C1 and 3B. RGB value is (207,193,59). Sum of RGB (Red+Green+Blue) = 207+193+59=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC13B is #303EC4. Grayscale: #B6B6B6. Windows color (decimal): -3161797 or 3916239. OLE color: 3916239.
HSL color Cylindrical-coordinate representation of color #CFC13B: hue angle of 54.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC13B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 59 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.19 |
| HSL | 54.32º | 0.61% | 0.52% | - |
| HSV(B) | 54.32º | 0.71% | 0.81% | - |
| XYZ | 45.59 | 51.72 | 11.72 | - |
| YUV | 181.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 59 | 0 | 0.07 | 0.71 | 0.19 | 54.32 | 0.61 | 0.52 |
| Hex | CF | C1 | 3B | 0 | 7 | 47 | 13 | 36 | 3D | 34 |
| Octal | 317 | 301 | 73 | 0 | 7 | 107 | 23 | 66 | 75 | 64 |
| Binary | 11001111 | 11000001 | 111011 | 0 | 111 | 1000111 | 10011 | 110110 | 111101 | 110100 |
Color Harmonies of #CFC13B
Complementary color
Monochromatic Colors of #CFC13B
Black with #CFC13B
Text Example
Text Example
White with #CFC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC13B; }
p { color: rgb(207,193,59); }
H1.HeaderClassName
{
color: #CFC13B;
}
.AnyTagClassName
{
color: #CFC13B;
}
</style>
background-color css
<style>
a { background-color: #CFC13B; }
a { background-color: rgb(207,193,59); }
div.DivClassName
{
background-color: #CFC13B;
}
.BgClassName
{
background-color: #CFC13B;
}
</style>
border-color css
<style>
span { border-color: #CFC13B; }
span { border-color: rgb(207,193,59); }
td.TdClassName
{
border-color: #CFC13B;
}
.TagClassName
{
border-color: #CFC13B;
}
</style>