Shades of Wattle #CFC533
Tints of Wattle #CFC533
RGB
CMYK
RGB Variations
Color information
#CFC533 (or 0xCFC533) is known color: Wattle. HEX triplet: CF, C5 and 33. RGB value is (207,197,51). Sum of RGB (Red+Green+Blue) = 207+197+51=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC533 is #303ACC. Grayscale: #B7B7B7. Windows color (decimal): -3160781 or 3392975. OLE color: 3392975.
HSL color Cylindrical-coordinate representation of color #CFC533: hue angle of 56.15º 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 #CFC533 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 51 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.19 |
| HSL | 56.15º | 0.62% | 0.51% | - |
| HSV(B) | 56.15º | 0.75% | 0.81% | - |
| XYZ | 46.3 | 53.44 | 11.01 | - |
| YUV | 183.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 51 | 0 | 0.05 | 0.75 | 0.19 | 56.15 | 0.62 | 0.51 |
| Hex | CF | C5 | 33 | 0 | 5 | 4B | 13 | 38 | 3E | 33 |
| Octal | 317 | 305 | 63 | 0 | 5 | 113 | 23 | 70 | 76 | 63 |
| Binary | 11001111 | 11000101 | 110011 | 0 | 101 | 1001011 | 10011 | 111000 | 111110 | 110011 |
Color Harmonies of #CFC533
Complementary color
Monochromatic Colors of #CFC533
Black with #CFC533
Text Example
Text Example
White with #CFC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC533; }
p { color: rgb(207,197,51); }
H1.HeaderClassName
{
color: #CFC533;
}
.AnyTagClassName
{
color: #CFC533;
}
</style>
background-color css
<style>
a { background-color: #CFC533; }
a { background-color: rgb(207,197,51); }
div.DivClassName
{
background-color: #CFC533;
}
.BgClassName
{
background-color: #CFC533;
}
</style>
border-color css
<style>
span { border-color: #CFC533; }
span { border-color: rgb(207,197,51); }
td.TdClassName
{
border-color: #CFC533;
}
.TagClassName
{
border-color: #CFC533;
}
</style>