Shades of Wattle #CFC930
Tints of Wattle #CFC930
RGB
CMYK
RGB Variations
Color information
#CFC930 (or 0xCFC930) is known color: Wattle. HEX triplet: CF, C9 and 30. RGB value is (207,201,48). Sum of RGB (Red+Green+Blue) = 207+201+48=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC930 is #3036CF. Grayscale: #B9B9B9. Windows color (decimal): -3159760 or 3197391. OLE color: 3197391.
HSL color Cylindrical-coordinate representation of color #CFC930: hue angle of 57.74º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFC930 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 48 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.19 |
| HSL | 57.74º | 0.62% | 0.5% | - |
| HSV(B) | 57.74º | 0.77% | 0.81% | - |
| XYZ | 47.15 | 55.25 | 10.98 | - |
| YUV | 185.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 48 | 0 | 0.03 | 0.77 | 0.19 | 57.74 | 0.62 | 0.5 |
| Hex | CF | C9 | 30 | 0 | 3 | 4D | 13 | 3A | 3E | 32 |
| Octal | 317 | 311 | 60 | 0 | 3 | 115 | 23 | 72 | 76 | 62 |
| Binary | 11001111 | 11001001 | 110000 | 0 | 11 | 1001101 | 10011 | 111010 | 111110 | 110010 |
Color Harmonies of #CFC930
Complementary color
Monochromatic Colors of #CFC930
Black with #CFC930
Text Example
Text Example
White with #CFC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC930; }
p { color: rgb(207,201,48); }
H1.HeaderClassName
{
color: #CFC930;
}
.AnyTagClassName
{
color: #CFC930;
}
</style>
background-color css
<style>
a { background-color: #CFC930; }
a { background-color: rgb(207,201,48); }
div.DivClassName
{
background-color: #CFC930;
}
.BgClassName
{
background-color: #CFC930;
}
</style>
border-color css
<style>
span { border-color: #CFC930; }
span { border-color: rgb(207,201,48); }
td.TdClassName
{
border-color: #CFC930;
}
.TagClassName
{
border-color: #CFC930;
}
</style>