Shades of Wattle #CDC63B
Tints of Wattle #CDC63B
RGB
CMYK
RGB Variations
Color information
#CDC63B (or 0xCDC63B) is known color: Wattle. HEX triplet: CD, C6 and 3B. RGB value is (205,198,59). Sum of RGB (Red+Green+Blue) = 205+198+59=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC63B is #3239C4. Grayscale: #B8B8B8. Windows color (decimal): -3291589 or 3917517. OLE color: 3917517.
HSL color Cylindrical-coordinate representation of color #CDC63B: hue angle of 57.12º 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 #CDC63B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 59 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.20 |
| HSL | 57.12º | 0.59% | 0.52% | - |
| HSV(B) | 57.12º | 0.71% | 0.8% | - |
| XYZ | 46.16 | 53.68 | 12.07 | - |
| YUV | 184.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 59 | 0 | 0.03 | 0.71 | 0.20 | 57.12 | 0.59 | 0.52 |
| Hex | CD | C6 | 3B | 0 | 3 | 47 | 14 | 39 | 3B | 34 |
| Octal | 315 | 306 | 73 | 0 | 3 | 107 | 24 | 71 | 73 | 64 |
| Binary | 11001101 | 11000110 | 111011 | 0 | 11 | 1000111 | 10100 | 111001 | 111011 | 110100 |
Color Harmonies of #CDC63B
Complementary color
Monochromatic Colors of #CDC63B
Black with #CDC63B
Text Example
Text Example
White with #CDC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC63B; }
p { color: rgb(205,198,59); }
H1.HeaderClassName
{
color: #CDC63B;
}
.AnyTagClassName
{
color: #CDC63B;
}
</style>
background-color css
<style>
a { background-color: #CDC63B; }
a { background-color: rgb(205,198,59); }
div.DivClassName
{
background-color: #CDC63B;
}
.BgClassName
{
background-color: #CDC63B;
}
</style>
border-color css
<style>
span { border-color: #CDC63B; }
span { border-color: rgb(205,198,59); }
td.TdClassName
{
border-color: #CDC63B;
}
.TagClassName
{
border-color: #CDC63B;
}
</style>