Shades of Wattle #CFCD41
Tints of Wattle #CFCD41
RGB
CMYK
RGB Variations
Color information
#CFCD41 (or 0xCFCD41) is known color: Wattle. HEX triplet: CF, CD and 41. RGB value is (207,205,65). Sum of RGB (Red+Green+Blue) = 207+205+65=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD41 is #3032BE. Grayscale: #BEBEBE. Windows color (decimal): -3158719 or 4312527. OLE color: 4312527.
HSL color Cylindrical-coordinate representation of color #CFCD41: hue angle of 59.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFCD41 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 65 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.19 |
| HSL | 59.15º | 0.6% | 0.53% | - |
| HSV(B) | 59.15º | 0.69% | 0.81% | - |
| XYZ | 48.52 | 57.31 | 13.51 | - |
| YUV | 189.64 | 57.66 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 65 | 0 | 0.01 | 0.69 | 0.19 | 59.15 | 0.6 | 0.53 |
| Hex | CF | CD | 41 | 0 | 1 | 45 | 13 | 3B | 3C | 35 |
| Octal | 317 | 315 | 101 | 0 | 1 | 105 | 23 | 73 | 74 | 65 |
| Binary | 11001111 | 11001101 | 1000001 | 0 | 1 | 1000101 | 10011 | 111011 | 111100 | 110101 |
Color Harmonies of #CFCD41
Complementary color
Monochromatic Colors of #CFCD41
Black with #CFCD41
Text Example
Text Example
White with #CFCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD41; }
p { color: rgb(207,205,65); }
H1.HeaderClassName
{
color: #CFCD41;
}
.AnyTagClassName
{
color: #CFCD41;
}
</style>
background-color css
<style>
a { background-color: #CFCD41; }
a { background-color: rgb(207,205,65); }
div.DivClassName
{
background-color: #CFCD41;
}
.BgClassName
{
background-color: #CFCD41;
}
</style>
border-color css
<style>
span { border-color: #CFCD41; }
span { border-color: rgb(207,205,65); }
td.TdClassName
{
border-color: #CFCD41;
}
.TagClassName
{
border-color: #CFCD41;
}
</style>