Shades of Wattle #CBC53F
Tints of Wattle #CBC53F
RGB
CMYK
RGB Variations
Color information
#CBC53F (or 0xCBC53F) is known color: Wattle. HEX triplet: CB, C5 and 3F. RGB value is (203,197,63). Sum of RGB (Red+Green+Blue) = 203+197+63=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC53F is #343AC0. Grayscale: #B8B8B8. Windows color (decimal): -3422913 or 4179403. OLE color: 4179403.
HSL color Cylindrical-coordinate representation of color #CBC53F: hue angle of 57.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBC53F is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 63 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.20 |
| HSL | 57.43º | 0.57% | 0.52% | - |
| HSV(B) | 57.43º | 0.69% | 0.8% | - |
| XYZ | 45.49 | 52.99 | 12.53 | - |
| YUV | 183.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 63 | 0 | 0.03 | 0.69 | 0.20 | 57.43 | 0.57 | 0.52 |
| Hex | CB | C5 | 3F | 0 | 3 | 45 | 14 | 39 | 39 | 34 |
| Octal | 313 | 305 | 77 | 0 | 3 | 105 | 24 | 71 | 71 | 64 |
| Binary | 11001011 | 11000101 | 111111 | 0 | 11 | 1000101 | 10100 | 111001 | 111001 | 110100 |
Color Harmonies of #CBC53F
Complementary color
Monochromatic Colors of #CBC53F
Black with #CBC53F
Text Example
Text Example
White with #CBC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC53F; }
p { color: rgb(203,197,63); }
H1.HeaderClassName
{
color: #CBC53F;
}
.AnyTagClassName
{
color: #CBC53F;
}
</style>
background-color css
<style>
a { background-color: #CBC53F; }
a { background-color: rgb(203,197,63); }
div.DivClassName
{
background-color: #CBC53F;
}
.BgClassName
{
background-color: #CBC53F;
}
</style>
border-color css
<style>
span { border-color: #CBC53F; }
span { border-color: rgb(203,197,63); }
td.TdClassName
{
border-color: #CBC53F;
}
.TagClassName
{
border-color: #CBC53F;
}
</style>