Shades of Wattle #CFC93C
Tints of Wattle #CFC93C
RGB
CMYK
RGB Variations
Color information
#CFC93C (or 0xCFC93C) is known color: Wattle. HEX triplet: CF, C9 and 3C. RGB value is (207,201,60). Sum of RGB (Red+Green+Blue) = 207+201+60=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC93C is #3036C3. Grayscale: #BBBBBB. Windows color (decimal): -3159748 or 3983823. OLE color: 3983823.
HSL color Cylindrical-coordinate representation of color #CFC93C: hue angle of 57.55º degrees, saturation: 0.6, 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 #CFC93C is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 60 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.19 |
| HSL | 57.55º | 0.6% | 0.52% | - |
| HSV(B) | 57.55º | 0.71% | 0.81% | - |
| XYZ | 47.43 | 55.36 | 12.46 | - |
| YUV | 186.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 60 | 0 | 0.03 | 0.71 | 0.19 | 57.55 | 0.6 | 0.52 |
| Hex | CF | C9 | 3C | 0 | 3 | 47 | 13 | 3A | 3C | 34 |
| Octal | 317 | 311 | 74 | 0 | 3 | 107 | 23 | 72 | 74 | 64 |
| Binary | 11001111 | 11001001 | 111100 | 0 | 11 | 1000111 | 10011 | 111010 | 111100 | 110100 |
Color Harmonies of #CFC93C
Complementary color
Monochromatic Colors of #CFC93C
Black with #CFC93C
Text Example
Text Example
White with #CFC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC93C; }
p { color: rgb(207,201,60); }
H1.HeaderClassName
{
color: #CFC93C;
}
.AnyTagClassName
{
color: #CFC93C;
}
</style>
background-color css
<style>
a { background-color: #CFC93C; }
a { background-color: rgb(207,201,60); }
div.DivClassName
{
background-color: #CFC93C;
}
.BgClassName
{
background-color: #CFC93C;
}
</style>
border-color css
<style>
span { border-color: #CFC93C; }
span { border-color: rgb(207,201,60); }
td.TdClassName
{
border-color: #CFC93C;
}
.TagClassName
{
border-color: #CFC93C;
}
</style>