Shades of Wattle #CFCD44
Tints of Wattle #CFCD44
RGB
CMYK
RGB Variations
Color information
#CFCD44 (or 0xCFCD44) is known color: Wattle. HEX triplet: CF, CD and 44. RGB value is (207,205,68). Sum of RGB (Red+Green+Blue) = 207+205+68=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 68 (26.95% from 255 or 14.17% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD44 is #3032BB. Grayscale: #BEBEBE. Windows color (decimal): -3158716 or 4509135. OLE color: 4509135.
HSL color Cylindrical-coordinate representation of color #CFCD44: hue angle of 59.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFCD44 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 68 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.19 |
| HSL | 59.14º | 0.59% | 0.54% | - |
| HSV(B) | 59.14º | 0.67% | 0.81% | - |
| XYZ | 48.61 | 57.35 | 13.98 | - |
| YUV | 189.98 | 59.16 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 68 | 0 | 0.01 | 0.67 | 0.19 | 59.14 | 0.59 | 0.54 |
| Hex | CF | CD | 44 | 0 | 1 | 43 | 13 | 3B | 3B | 36 |
| Octal | 317 | 315 | 104 | 0 | 1 | 103 | 23 | 73 | 73 | 66 |
| Binary | 11001111 | 11001101 | 1000100 | 0 | 1 | 1000011 | 10011 | 111011 | 111011 | 110110 |
Color Harmonies of #CFCD44
Complementary color
Monochromatic Colors of #CFCD44
Black with #CFCD44
Text Example
Text Example
White with #CFCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD44; }
p { color: rgb(207,205,68); }
H1.HeaderClassName
{
color: #CFCD44;
}
.AnyTagClassName
{
color: #CFCD44;
}
</style>
background-color css
<style>
a { background-color: #CFCD44; }
a { background-color: rgb(207,205,68); }
div.DivClassName
{
background-color: #CFCD44;
}
.BgClassName
{
background-color: #CFCD44;
}
</style>
border-color css
<style>
span { border-color: #CFCD44; }
span { border-color: rgb(207,205,68); }
td.TdClassName
{
border-color: #CFCD44;
}
.TagClassName
{
border-color: #CFCD44;
}
</style>