Shades of Wattle #CDC84A
Tints of Wattle #CDC84A
RGB
CMYK
RGB Variations
Color information
#CDC84A (or 0xCDC84A) is known color: Wattle. HEX triplet: CD, C8 and 4A. RGB value is (205,200,74). Sum of RGB (Red+Green+Blue) = 205+200+74=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC84A is #3237B5. Grayscale: #BBBBBB. Windows color (decimal): -3291062 or 4901069. OLE color: 4901069.
HSL color Cylindrical-coordinate representation of color #CDC84A: hue angle of 57.71º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDC84A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 74 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.20 |
| HSL | 57.71º | 0.57% | 0.55% | - |
| HSV(B) | 57.71º | 0.64% | 0.8% | - |
| XYZ | 47.07 | 54.78 | 14.57 | - |
| YUV | 187.13 | 64.16 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 74 | 0 | 0.02 | 0.64 | 0.20 | 57.71 | 0.57 | 0.55 |
| Hex | CD | C8 | 4A | 0 | 2 | 40 | 14 | 3A | 39 | 37 |
| Octal | 315 | 310 | 112 | 0 | 2 | 100 | 24 | 72 | 71 | 67 |
| Binary | 11001101 | 11001000 | 1001010 | 0 | 10 | 1000000 | 10100 | 111010 | 111001 | 110111 |
Color Harmonies of #CDC84A
Complementary color
Monochromatic Colors of #CDC84A
Black with #CDC84A
Text Example
Text Example
White with #CDC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC84A; }
p { color: rgb(205,200,74); }
H1.HeaderClassName
{
color: #CDC84A;
}
.AnyTagClassName
{
color: #CDC84A;
}
</style>
background-color css
<style>
a { background-color: #CDC84A; }
a { background-color: rgb(205,200,74); }
div.DivClassName
{
background-color: #CDC84A;
}
.BgClassName
{
background-color: #CDC84A;
}
</style>
border-color css
<style>
span { border-color: #CDC84A; }
span { border-color: rgb(205,200,74); }
td.TdClassName
{
border-color: #CDC84A;
}
.TagClassName
{
border-color: #CDC84A;
}
</style>