Shades of Wattle #CBD047
Tints of Wattle #CBD047
RGB
CMYK
RGB Variations
Color information
#CBD047 (or 0xCBD047) is known color: Wattle. HEX triplet: CB, D0 and 47. RGB value is (203,208,71). Sum of RGB (Red+Green+Blue) = 203+208+71=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD047 is #342FB8. Grayscale: #BFBFBF. Windows color (decimal): -3420089 or 4706507. OLE color: 4706507.
HSL color Cylindrical-coordinate representation of color #CBD047: hue angle of 62.19º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBD047 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 71 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.18 |
| HSL | 62.19º | 0.59% | 0.55% | - |
| HSV(B) | 62.19º | 0.66% | 0.82% | - |
| XYZ | 48.32 | 58.26 | 14.66 | - |
| YUV | 190.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 71 | 0.02 | 0 | 0.66 | 0.18 | 62.19 | 0.59 | 0.55 |
| Hex | CB | D0 | 47 | 2 | 0 | 42 | 12 | 3E | 3B | 37 |
| Octal | 313 | 320 | 107 | 2 | 0 | 102 | 22 | 76 | 73 | 67 |
| Binary | 11001011 | 11010000 | 1000111 | 10 | 0 | 1000010 | 10010 | 111110 | 111011 | 110111 |
Color Harmonies of #CBD047
Complementary color
Monochromatic Colors of #CBD047
Black with #CBD047
Text Example
Text Example
White with #CBD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD047; }
p { color: rgb(203,208,71); }
H1.HeaderClassName
{
color: #CBD047;
}
.AnyTagClassName
{
color: #CBD047;
}
</style>
background-color css
<style>
a { background-color: #CBD047; }
a { background-color: rgb(203,208,71); }
div.DivClassName
{
background-color: #CBD047;
}
.BgClassName
{
background-color: #CBD047;
}
</style>
border-color css
<style>
span { border-color: #CBD047; }
span { border-color: rgb(203,208,71); }
td.TdClassName
{
border-color: #CBD047;
}
.TagClassName
{
border-color: #CBD047;
}
</style>