Shades of Wattle #CFC430
Tints of Wattle #CFC430
RGB
CMYK
RGB Variations
Color information
#CFC430 (or 0xCFC430) is known color: Wattle. HEX triplet: CF, C4 and 30. RGB value is (207,196,48). Sum of RGB (Red+Green+Blue) = 207+196+48=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC430 is #303BCF. Grayscale: #B7B7B7. Windows color (decimal): -3161040 or 3196111. OLE color: 3196111.
HSL color Cylindrical-coordinate representation of color #CFC430: hue angle of 55.85º 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 #CFC430 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 48 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.19 |
| HSL | 55.85º | 0.62% | 0.5% | - |
| HSV(B) | 55.85º | 0.77% | 0.81% | - |
| XYZ | 46.01 | 52.96 | 10.59 | - |
| YUV | 182.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 48 | 0 | 0.05 | 0.77 | 0.19 | 55.85 | 0.62 | 0.5 |
| Hex | CF | C4 | 30 | 0 | 5 | 4D | 13 | 38 | 3E | 32 |
| Octal | 317 | 304 | 60 | 0 | 5 | 115 | 23 | 70 | 76 | 62 |
| Binary | 11001111 | 11000100 | 110000 | 0 | 101 | 1001101 | 10011 | 111000 | 111110 | 110010 |
Color Harmonies of #CFC430
Complementary color
Monochromatic Colors of #CFC430
Black with #CFC430
Text Example
Text Example
White with #CFC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC430; }
p { color: rgb(207,196,48); }
H1.HeaderClassName
{
color: #CFC430;
}
.AnyTagClassName
{
color: #CFC430;
}
</style>
background-color css
<style>
a { background-color: #CFC430; }
a { background-color: rgb(207,196,48); }
div.DivClassName
{
background-color: #CFC430;
}
.BgClassName
{
background-color: #CFC430;
}
</style>
border-color css
<style>
span { border-color: #CFC430; }
span { border-color: rgb(207,196,48); }
td.TdClassName
{
border-color: #CFC430;
}
.TagClassName
{
border-color: #CFC430;
}
</style>