Shades of Wattle #CFC83B
Tints of Wattle #CFC83B
RGB
CMYK
RGB Variations
Color information
#CFC83B (or 0xCFC83B) is known color: Wattle. HEX triplet: CF, C8 and 3B. RGB value is (207,200,59). Sum of RGB (Red+Green+Blue) = 207+200+59=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC83B is #3037C4. Grayscale: #BABABA. Windows color (decimal): -3160005 or 3918031. OLE color: 3918031.
HSL color Cylindrical-coordinate representation of color #CFC83B: hue angle of 57.16º 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 #CFC83B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 59 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.19 |
| HSL | 57.16º | 0.61% | 0.52% | - |
| HSV(B) | 57.16º | 0.71% | 0.81% | - |
| XYZ | 47.18 | 54.89 | 12.25 | - |
| YUV | 186.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 59 | 0 | 0.03 | 0.71 | 0.19 | 57.16 | 0.61 | 0.52 |
| Hex | CF | C8 | 3B | 0 | 3 | 47 | 13 | 39 | 3D | 34 |
| Octal | 317 | 310 | 73 | 0 | 3 | 107 | 23 | 71 | 75 | 64 |
| Binary | 11001111 | 11001000 | 111011 | 0 | 11 | 1000111 | 10011 | 111001 | 111101 | 110100 |
Color Harmonies of #CFC83B
Complementary color
Monochromatic Colors of #CFC83B
Black with #CFC83B
Text Example
Text Example
White with #CFC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC83B; }
p { color: rgb(207,200,59); }
H1.HeaderClassName
{
color: #CFC83B;
}
.AnyTagClassName
{
color: #CFC83B;
}
</style>
background-color css
<style>
a { background-color: #CFC83B; }
a { background-color: rgb(207,200,59); }
div.DivClassName
{
background-color: #CFC83B;
}
.BgClassName
{
background-color: #CFC83B;
}
</style>
border-color css
<style>
span { border-color: #CFC83B; }
span { border-color: rgb(207,200,59); }
td.TdClassName
{
border-color: #CFC83B;
}
.TagClassName
{
border-color: #CFC83B;
}
</style>