Shades of Wattle #CFC438
Tints of Wattle #CFC438
RGB
CMYK
RGB Variations
Color information
#CFC438 (or 0xCFC438) is known color: Wattle. HEX triplet: CF, C4 and 38. RGB value is (207,196,56). Sum of RGB (Red+Green+Blue) = 207+196+56=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC438 is #303BC7. Grayscale: #B7B7B7. Windows color (decimal): -3161032 or 3720399. OLE color: 3720399.
HSL color Cylindrical-coordinate representation of color #CFC438: hue angle of 55.63º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFC438 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 56 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.19 |
| HSL | 55.63º | 0.61% | 0.52% | - |
| HSV(B) | 55.63º | 0.73% | 0.81% | - |
| XYZ | 46.19 | 53.03 | 11.54 | - |
| YUV | 183.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 56 | 0 | 0.05 | 0.73 | 0.19 | 55.63 | 0.61 | 0.52 |
| Hex | CF | C4 | 38 | 0 | 5 | 49 | 13 | 38 | 3D | 34 |
| Octal | 317 | 304 | 70 | 0 | 5 | 111 | 23 | 70 | 75 | 64 |
| Binary | 11001111 | 11000100 | 111000 | 0 | 101 | 1001001 | 10011 | 111000 | 111101 | 110100 |
Color Harmonies of #CFC438
Complementary color
Monochromatic Colors of #CFC438
Black with #CFC438
Text Example
Text Example
White with #CFC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC438; }
p { color: rgb(207,196,56); }
H1.HeaderClassName
{
color: #CFC438;
}
.AnyTagClassName
{
color: #CFC438;
}
</style>
background-color css
<style>
a { background-color: #CFC438; }
a { background-color: rgb(207,196,56); }
div.DivClassName
{
background-color: #CFC438;
}
.BgClassName
{
background-color: #CFC438;
}
</style>
border-color css
<style>
span { border-color: #CFC438; }
span { border-color: rgb(207,196,56); }
td.TdClassName
{
border-color: #CFC438;
}
.TagClassName
{
border-color: #CFC438;
}
</style>