Shades of Wattle #CFC431
Tints of Wattle #CFC431
RGB
CMYK
RGB Variations
Color information
#CFC431 (or 0xCFC431) is known color: Wattle. HEX triplet: CF, C4 and 31. RGB value is (207,196,49). Sum of RGB (Red+Green+Blue) = 207+196+49=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC431 is #303BCE. Grayscale: #B7B7B7. Windows color (decimal): -3161039 or 3261647. OLE color: 3261647.
HSL color Cylindrical-coordinate representation of color #CFC431: hue angle of 55.82º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFC431 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 49 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.19 |
| HSL | 55.82º | 0.62% | 0.5% | - |
| HSV(B) | 55.82º | 0.76% | 0.81% | - |
| XYZ | 46.03 | 52.97 | 10.7 | - |
| YUV | 182.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 49 | 0 | 0.05 | 0.76 | 0.19 | 55.82 | 0.62 | 0.5 |
| Hex | CF | C4 | 31 | 0 | 5 | 4C | 13 | 38 | 3E | 32 |
| Octal | 317 | 304 | 61 | 0 | 5 | 114 | 23 | 70 | 76 | 62 |
| Binary | 11001111 | 11000100 | 110001 | 0 | 101 | 1001100 | 10011 | 111000 | 111110 | 110010 |
Color Harmonies of #CFC431
Complementary color
Monochromatic Colors of #CFC431
Black with #CFC431
Text Example
Text Example
White with #CFC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC431; }
p { color: rgb(207,196,49); }
H1.HeaderClassName
{
color: #CFC431;
}
.AnyTagClassName
{
color: #CFC431;
}
</style>
background-color css
<style>
a { background-color: #CFC431; }
a { background-color: rgb(207,196,49); }
div.DivClassName
{
background-color: #CFC431;
}
.BgClassName
{
background-color: #CFC431;
}
</style>
border-color css
<style>
span { border-color: #CFC431; }
span { border-color: rgb(207,196,49); }
td.TdClassName
{
border-color: #CFC431;
}
.TagClassName
{
border-color: #CFC431;
}
</style>