Shades of Wattle #CFCE4B
Tints of Wattle #CFCE4B
RGB
CMYK
RGB Variations
Color information
#CFCE4B (or 0xCFCE4B) is known color: Wattle. HEX triplet: CF, CE and 4B. RGB value is (207,206,75). Sum of RGB (Red+Green+Blue) = 207+206+75=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE4B is #3031B4. Grayscale: #BFBFBF. Windows color (decimal): -3158453 or 4968143. OLE color: 4968143.
HSL color Cylindrical-coordinate representation of color #CFCE4B: hue angle of 59.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFCE4B is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 75 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.19 |
| HSL | 59.55º | 0.58% | 0.55% | - |
| HSV(B) | 59.55º | 0.64% | 0.81% | - |
| XYZ | 49.07 | 57.92 | 15.25 | - |
| YUV | 191.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 75 | 0 | 0.00 | 0.64 | 0.19 | 59.55 | 0.58 | 0.55 |
| Hex | CF | CE | 4B | 0 | 0 | 40 | 13 | 3C | 3A | 37 |
| Octal | 317 | 316 | 113 | 0 | 0 | 100 | 23 | 74 | 72 | 67 |
| Binary | 11001111 | 11001110 | 1001011 | 0 | 0 | 1000000 | 10011 | 111100 | 111010 | 110111 |
Color Harmonies of #CFCE4B
Complementary color
Monochromatic Colors of #CFCE4B
Black with #CFCE4B
Text Example
Text Example
White with #CFCE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE4B; }
p { color: rgb(207,206,75); }
H1.HeaderClassName
{
color: #CFCE4B;
}
.AnyTagClassName
{
color: #CFCE4B;
}
</style>
background-color css
<style>
a { background-color: #CFCE4B; }
a { background-color: rgb(207,206,75); }
div.DivClassName
{
background-color: #CFCE4B;
}
.BgClassName
{
background-color: #CFCE4B;
}
</style>
border-color css
<style>
span { border-color: #CFCE4B; }
span { border-color: rgb(207,206,75); }
td.TdClassName
{
border-color: #CFCE4B;
}
.TagClassName
{
border-color: #CFCE4B;
}
</style>