Shades of Wattle #CDC63D
Tints of Wattle #CDC63D
RGB
CMYK
RGB Variations
Color information
#CDC63D (or 0xCDC63D) is known color: Wattle. HEX triplet: CD, C6 and 3D. RGB value is (205,198,61). Sum of RGB (Red+Green+Blue) = 205+198+61=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC63D is #3239C2. Grayscale: #B9B9B9. Windows color (decimal): -3291587 or 4048589. OLE color: 4048589.
HSL color Cylindrical-coordinate representation of color #CDC63D: hue angle of 57.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDC63D is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 61 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.20 |
| HSL | 57.08º | 0.59% | 0.52% | - |
| HSV(B) | 57.08º | 0.7% | 0.8% | - |
| XYZ | 46.21 | 53.7 | 12.35 | - |
| YUV | 184.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 61 | 0 | 0.03 | 0.70 | 0.20 | 57.08 | 0.59 | 0.52 |
| Hex | CD | C6 | 3D | 0 | 3 | 46 | 14 | 39 | 3B | 34 |
| Octal | 315 | 306 | 75 | 0 | 3 | 106 | 24 | 71 | 73 | 64 |
| Binary | 11001101 | 11000110 | 111101 | 0 | 11 | 1000110 | 10100 | 111001 | 111011 | 110100 |
Color Harmonies of #CDC63D
Complementary color
Monochromatic Colors of #CDC63D
Black with #CDC63D
Text Example
Text Example
White with #CDC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC63D; }
p { color: rgb(205,198,61); }
H1.HeaderClassName
{
color: #CDC63D;
}
.AnyTagClassName
{
color: #CDC63D;
}
</style>
background-color css
<style>
a { background-color: #CDC63D; }
a { background-color: rgb(205,198,61); }
div.DivClassName
{
background-color: #CDC63D;
}
.BgClassName
{
background-color: #CDC63D;
}
</style>
border-color css
<style>
span { border-color: #CDC63D; }
span { border-color: rgb(205,198,61); }
td.TdClassName
{
border-color: #CDC63D;
}
.TagClassName
{
border-color: #CDC63D;
}
</style>