Shades of Wattle #CFC13F
Tints of Wattle #CFC13F
RGB
CMYK
RGB Variations
Color information
#CFC13F (or 0xCFC13F) is known color: Wattle. HEX triplet: CF, C1 and 3F. RGB value is (207,193,63). Sum of RGB (Red+Green+Blue) = 207+193+63=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC13F is #303EC0. Grayscale: #B6B6B6. Windows color (decimal): -3161793 or 4178383. OLE color: 4178383.
HSL color Cylindrical-coordinate representation of color #CFC13F: hue angle of 54.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFC13F is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 63 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.19 |
| HSL | 54.17º | 0.6% | 0.53% | - |
| HSV(B) | 54.17º | 0.7% | 0.81% | - |
| XYZ | 45.7 | 51.76 | 12.29 | - |
| YUV | 182.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 63 | 0 | 0.07 | 0.70 | 0.19 | 54.17 | 0.6 | 0.53 |
| Hex | CF | C1 | 3F | 0 | 7 | 46 | 13 | 36 | 3C | 35 |
| Octal | 317 | 301 | 77 | 0 | 7 | 106 | 23 | 66 | 74 | 65 |
| Binary | 11001111 | 11000001 | 111111 | 0 | 111 | 1000110 | 10011 | 110110 | 111100 | 110101 |
Color Harmonies of #CFC13F
Complementary color
Monochromatic Colors of #CFC13F
Black with #CFC13F
Text Example
Text Example
White with #CFC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC13F; }
p { color: rgb(207,193,63); }
H1.HeaderClassName
{
color: #CFC13F;
}
.AnyTagClassName
{
color: #CFC13F;
}
</style>
background-color css
<style>
a { background-color: #CFC13F; }
a { background-color: rgb(207,193,63); }
div.DivClassName
{
background-color: #CFC13F;
}
.BgClassName
{
background-color: #CFC13F;
}
</style>
border-color css
<style>
span { border-color: #CFC13F; }
span { border-color: rgb(207,193,63); }
td.TdClassName
{
border-color: #CFC13F;
}
.TagClassName
{
border-color: #CFC13F;
}
</style>