Shades of Wattle #CDC54D
Tints of Wattle #CDC54D
RGB
CMYK
RGB Variations
Color information
#CDC54D (or 0xCDC54D) is known color: Wattle. HEX triplet: CD, C5 and 4D. RGB value is (205,197,77). Sum of RGB (Red+Green+Blue) = 205+197+77=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC54D is #323AB2. Grayscale: #BABABA. Windows color (decimal): -3291827 or 5096909. OLE color: 5096909.
HSL color Cylindrical-coordinate representation of color #CDC54D: hue angle of 56.25º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDC54D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 77 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.20 |
| HSL | 56.25º | 0.56% | 0.55% | - |
| HSV(B) | 56.25º | 0.62% | 0.8% | - |
| XYZ | 46.48 | 53.45 | 14.89 | - |
| YUV | 185.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 77 | 0 | 0.04 | 0.62 | 0.20 | 56.25 | 0.56 | 0.55 |
| Hex | CD | C5 | 4D | 0 | 4 | 3E | 14 | 38 | 38 | 37 |
| Octal | 315 | 305 | 115 | 0 | 4 | 76 | 24 | 70 | 70 | 67 |
| Binary | 11001101 | 11000101 | 1001101 | 0 | 100 | 111110 | 10100 | 111000 | 111000 | 110111 |
Color Harmonies of #CDC54D
Complementary color
Monochromatic Colors of #CDC54D
Black with #CDC54D
Text Example
Text Example
White with #CDC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC54D; }
p { color: rgb(205,197,77); }
H1.HeaderClassName
{
color: #CDC54D;
}
.AnyTagClassName
{
color: #CDC54D;
}
</style>
background-color css
<style>
a { background-color: #CDC54D; }
a { background-color: rgb(205,197,77); }
div.DivClassName
{
background-color: #CDC54D;
}
.BgClassName
{
background-color: #CDC54D;
}
</style>
border-color css
<style>
span { border-color: #CDC54D; }
span { border-color: rgb(205,197,77); }
td.TdClassName
{
border-color: #CDC54D;
}
.TagClassName
{
border-color: #CDC54D;
}
</style>