Shades of Wattle #CBC74B
Tints of Wattle #CBC74B
RGB
CMYK
RGB Variations
Color information
#CBC74B (or 0xCBC74B) is known color: Wattle. HEX triplet: CB, C7 and 4B. RGB value is (203,199,75). Sum of RGB (Red+Green+Blue) = 203+199+75=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC74B is #3438B4. Grayscale: #BABABA. Windows color (decimal): -3422389 or 4966347. OLE color: 4966347.
HSL color Cylindrical-coordinate representation of color #CBC74B: hue angle of 58.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBC74B is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 75 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.20 |
| HSL | 58.13º | 0.55% | 0.55% | - |
| HSV(B) | 58.13º | 0.63% | 0.8% | - |
| XYZ | 46.32 | 54.05 | 14.65 | - |
| YUV | 186.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 75 | 0 | 0.02 | 0.63 | 0.20 | 58.13 | 0.55 | 0.55 |
| Hex | CB | C7 | 4B | 0 | 2 | 3F | 14 | 3A | 37 | 37 |
| Octal | 313 | 307 | 113 | 0 | 2 | 77 | 24 | 72 | 67 | 67 |
| Binary | 11001011 | 11000111 | 1001011 | 0 | 10 | 111111 | 10100 | 111010 | 110111 | 110111 |
Color Harmonies of #CBC74B
Complementary color
Monochromatic Colors of #CBC74B
Black with #CBC74B
Text Example
Text Example
White with #CBC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC74B; }
p { color: rgb(203,199,75); }
H1.HeaderClassName
{
color: #CBC74B;
}
.AnyTagClassName
{
color: #CBC74B;
}
</style>
background-color css
<style>
a { background-color: #CBC74B; }
a { background-color: rgb(203,199,75); }
div.DivClassName
{
background-color: #CBC74B;
}
.BgClassName
{
background-color: #CBC74B;
}
</style>
border-color css
<style>
span { border-color: #CBC74B; }
span { border-color: rgb(203,199,75); }
td.TdClassName
{
border-color: #CBC74B;
}
.TagClassName
{
border-color: #CBC74B;
}
</style>