Shades of Wattle #CDC73B
Tints of Wattle #CDC73B
RGB
CMYK
RGB Variations
Color information
#CDC73B (or 0xCDC73B) is known color: Wattle. HEX triplet: CD, C7 and 3B. RGB value is (205,199,59). Sum of RGB (Red+Green+Blue) = 205+199+59=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC73B is #3238C4. Grayscale: #B9B9B9. Windows color (decimal): -3291333 or 3917773. OLE color: 3917773.
HSL color Cylindrical-coordinate representation of color #CDC73B: hue angle of 57.53º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDC73B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 59 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.20 |
| HSL | 57.53º | 0.59% | 0.52% | - |
| HSV(B) | 57.53º | 0.71% | 0.8% | - |
| XYZ | 46.39 | 54.14 | 12.14 | - |
| YUV | 184.83 | 56.99 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 59 | 0 | 0.03 | 0.71 | 0.20 | 57.53 | 0.59 | 0.52 |
| Hex | CD | C7 | 3B | 0 | 3 | 47 | 14 | 3A | 3B | 34 |
| Octal | 315 | 307 | 73 | 0 | 3 | 107 | 24 | 72 | 73 | 64 |
| Binary | 11001101 | 11000111 | 111011 | 0 | 11 | 1000111 | 10100 | 111010 | 111011 | 110100 |
Color Harmonies of #CDC73B
Complementary color
Monochromatic Colors of #CDC73B
Black with #CDC73B
Text Example
Text Example
White with #CDC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC73B; }
p { color: rgb(205,199,59); }
H1.HeaderClassName
{
color: #CDC73B;
}
.AnyTagClassName
{
color: #CDC73B;
}
</style>
background-color css
<style>
a { background-color: #CDC73B; }
a { background-color: rgb(205,199,59); }
div.DivClassName
{
background-color: #CDC73B;
}
.BgClassName
{
background-color: #CDC73B;
}
</style>
border-color css
<style>
span { border-color: #CDC73B; }
span { border-color: rgb(205,199,59); }
td.TdClassName
{
border-color: #CDC73B;
}
.TagClassName
{
border-color: #CDC73B;
}
</style>