Shades of Wattle #CFCC31
Tints of Wattle #CFCC31
RGB
CMYK
RGB Variations
Color information
#CFCC31 (or 0xCFCC31) is known color: Wattle. HEX triplet: CF, CC and 31. RGB value is (207,204,49). Sum of RGB (Red+Green+Blue) = 207+204+49=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC31 is #3033CE. Grayscale: #BBBBBB. Windows color (decimal): -3158991 or 3263695. OLE color: 3263695.
HSL color Cylindrical-coordinate representation of color #CFCC31: hue angle of 58.86º 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 #CFCC31 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 49 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.19 |
| HSL | 58.86º | 0.62% | 0.5% | - |
| HSV(B) | 58.86º | 0.76% | 0.81% | - |
| XYZ | 47.88 | 56.67 | 11.32 | - |
| YUV | 187.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 49 | 0 | 0.01 | 0.76 | 0.19 | 58.86 | 0.62 | 0.5 |
| Hex | CF | CC | 31 | 0 | 1 | 4C | 13 | 3B | 3E | 32 |
| Octal | 317 | 314 | 61 | 0 | 1 | 114 | 23 | 73 | 76 | 62 |
| Binary | 11001111 | 11001100 | 110001 | 0 | 1 | 1001100 | 10011 | 111011 | 111110 | 110010 |
Color Harmonies of #CFCC31
Complementary color
Monochromatic Colors of #CFCC31
Black with #CFCC31
Text Example
Text Example
White with #CFCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC31; }
p { color: rgb(207,204,49); }
H1.HeaderClassName
{
color: #CFCC31;
}
.AnyTagClassName
{
color: #CFCC31;
}
</style>
background-color css
<style>
a { background-color: #CFCC31; }
a { background-color: rgb(207,204,49); }
div.DivClassName
{
background-color: #CFCC31;
}
.BgClassName
{
background-color: #CFCC31;
}
</style>
border-color css
<style>
span { border-color: #CFCC31; }
span { border-color: rgb(207,204,49); }
td.TdClassName
{
border-color: #CFCC31;
}
.TagClassName
{
border-color: #CFCC31;
}
</style>