Shades of Wattle #CDC63F
Tints of Wattle #CDC63F
RGB
CMYK
RGB Variations
Color information
#CDC63F (or 0xCDC63F) is known color: Wattle. HEX triplet: CD, C6 and 3F. RGB value is (205,198,63). Sum of RGB (Red+Green+Blue) = 205+198+63=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC63F is #3239C0. Grayscale: #B9B9B9. Windows color (decimal): -3291585 or 4179661. OLE color: 4179661.
HSL color Cylindrical-coordinate representation of color #CDC63F: hue angle of 57.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDC63F is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 63 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.20 |
| HSL | 57.04º | 0.59% | 0.53% | - |
| HSV(B) | 57.04º | 0.69% | 0.8% | - |
| XYZ | 46.27 | 53.73 | 12.63 | - |
| YUV | 184.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 63 | 0 | 0.03 | 0.69 | 0.20 | 57.04 | 0.59 | 0.53 |
| Hex | CD | C6 | 3F | 0 | 3 | 45 | 14 | 39 | 3B | 35 |
| Octal | 315 | 306 | 77 | 0 | 3 | 105 | 24 | 71 | 73 | 65 |
| Binary | 11001101 | 11000110 | 111111 | 0 | 11 | 1000101 | 10100 | 111001 | 111011 | 110101 |
Color Harmonies of #CDC63F
Complementary color
Monochromatic Colors of #CDC63F
Black with #CDC63F
Text Example
Text Example
White with #CDC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC63F; }
p { color: rgb(205,198,63); }
H1.HeaderClassName
{
color: #CDC63F;
}
.AnyTagClassName
{
color: #CDC63F;
}
</style>
background-color css
<style>
a { background-color: #CDC63F; }
a { background-color: rgb(205,198,63); }
div.DivClassName
{
background-color: #CDC63F;
}
.BgClassName
{
background-color: #CDC63F;
}
</style>
border-color css
<style>
span { border-color: #CDC63F; }
span { border-color: rgb(205,198,63); }
td.TdClassName
{
border-color: #CDC63F;
}
.TagClassName
{
border-color: #CDC63F;
}
</style>