Shades of Wattle #CFC83D
Tints of Wattle #CFC83D
RGB
CMYK
RGB Variations
Color information
#CFC83D (or 0xCFC83D) is known color: Wattle. HEX triplet: CF, C8 and 3D. RGB value is (207,200,61). Sum of RGB (Red+Green+Blue) = 207+200+61=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC83D is #3037C2. Grayscale: #BABABA. Windows color (decimal): -3160003 or 4049103. OLE color: 4049103.
HSL color Cylindrical-coordinate representation of color #CFC83D: hue angle of 57.12º 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 #CFC83D is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 61 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.19 |
| HSL | 57.12º | 0.6% | 0.53% | - |
| HSV(B) | 57.12º | 0.71% | 0.81% | - |
| XYZ | 47.23 | 54.91 | 12.52 | - |
| YUV | 186.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 61 | 0 | 0.03 | 0.71 | 0.19 | 57.12 | 0.6 | 0.53 |
| Hex | CF | C8 | 3D | 0 | 3 | 47 | 13 | 39 | 3C | 35 |
| Octal | 317 | 310 | 75 | 0 | 3 | 107 | 23 | 71 | 74 | 65 |
| Binary | 11001111 | 11001000 | 111101 | 0 | 11 | 1000111 | 10011 | 111001 | 111100 | 110101 |
Color Harmonies of #CFC83D
Complementary color
Monochromatic Colors of #CFC83D
Black with #CFC83D
Text Example
Text Example
White with #CFC83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC83D; }
p { color: rgb(207,200,61); }
H1.HeaderClassName
{
color: #CFC83D;
}
.AnyTagClassName
{
color: #CFC83D;
}
</style>
background-color css
<style>
a { background-color: #CFC83D; }
a { background-color: rgb(207,200,61); }
div.DivClassName
{
background-color: #CFC83D;
}
.BgClassName
{
background-color: #CFC83D;
}
</style>
border-color css
<style>
span { border-color: #CFC83D; }
span { border-color: rgb(207,200,61); }
td.TdClassName
{
border-color: #CFC83D;
}
.TagClassName
{
border-color: #CFC83D;
}
</style>