Shades of Wattle #CFC63D
Tints of Wattle #CFC63D
RGB
CMYK
RGB Variations
Color information
#CFC63D (or 0xCFC63D) is known color: Wattle. HEX triplet: CF, C6 and 3D. RGB value is (207,198,61). Sum of RGB (Red+Green+Blue) = 207+198+61=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC63D is #3039C2. Grayscale: #B9B9B9. Windows color (decimal): -3160515 or 4048591. OLE color: 4048591.
HSL color Cylindrical-coordinate representation of color #CFC63D: hue angle of 56.3º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFC63D is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 61 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.19 |
| HSL | 56.3º | 0.6% | 0.53% | - |
| HSV(B) | 56.3º | 0.71% | 0.81% | - |
| XYZ | 46.77 | 53.99 | 12.37 | - |
| YUV | 185.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 61 | 0 | 0.04 | 0.71 | 0.19 | 56.3 | 0.6 | 0.53 |
| Hex | CF | C6 | 3D | 0 | 4 | 47 | 13 | 38 | 3C | 35 |
| Octal | 317 | 306 | 75 | 0 | 4 | 107 | 23 | 70 | 74 | 65 |
| Binary | 11001111 | 11000110 | 111101 | 0 | 100 | 1000111 | 10011 | 111000 | 111100 | 110101 |
Color Harmonies of #CFC63D
Complementary color
Monochromatic Colors of #CFC63D
Black with #CFC63D
Text Example
Text Example
White with #CFC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC63D; }
p { color: rgb(207,198,61); }
H1.HeaderClassName
{
color: #CFC63D;
}
.AnyTagClassName
{
color: #CFC63D;
}
</style>
background-color css
<style>
a { background-color: #CFC63D; }
a { background-color: rgb(207,198,61); }
div.DivClassName
{
background-color: #CFC63D;
}
.BgClassName
{
background-color: #CFC63D;
}
</style>
border-color css
<style>
span { border-color: #CFC63D; }
span { border-color: rgb(207,198,61); }
td.TdClassName
{
border-color: #CFC63D;
}
.TagClassName
{
border-color: #CFC63D;
}
</style>