Shades of Wattle #CDC94D
Tints of Wattle #CDC94D
RGB
CMYK
RGB Variations
Color information
#CDC94D (or 0xCDC94D) is known color: Wattle. HEX triplet: CD, C9 and 4D. RGB value is (205,201,77). Sum of RGB (Red+Green+Blue) = 205+201+77=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC94D is #3236B2. Grayscale: #BCBCBC. Windows color (decimal): -3290803 or 5097933. OLE color: 5097933.
HSL color Cylindrical-coordinate representation of color #CDC94D: hue angle of 58.12º 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 #CDC94D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 77 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.20 |
| HSL | 58.13º | 0.56% | 0.55% | - |
| HSV(B) | 58.13º | 0.62% | 0.8% | - |
| XYZ | 47.4 | 55.29 | 15.19 | - |
| YUV | 188.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 77 | 0 | 0.02 | 0.62 | 0.20 | 58.13 | 0.56 | 0.55 |
| Hex | CD | C9 | 4D | 0 | 2 | 3E | 14 | 3A | 38 | 37 |
| Octal | 315 | 311 | 115 | 0 | 2 | 76 | 24 | 72 | 70 | 67 |
| Binary | 11001101 | 11001001 | 1001101 | 0 | 10 | 111110 | 10100 | 111010 | 111000 | 110111 |
Color Harmonies of #CDC94D
Complementary color
Monochromatic Colors of #CDC94D
Black with #CDC94D
Text Example
Text Example
White with #CDC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC94D; }
p { color: rgb(205,201,77); }
H1.HeaderClassName
{
color: #CDC94D;
}
.AnyTagClassName
{
color: #CDC94D;
}
</style>
background-color css
<style>
a { background-color: #CDC94D; }
a { background-color: rgb(205,201,77); }
div.DivClassName
{
background-color: #CDC94D;
}
.BgClassName
{
background-color: #CDC94D;
}
</style>
border-color css
<style>
span { border-color: #CDC94D; }
span { border-color: rgb(205,201,77); }
td.TdClassName
{
border-color: #CDC94D;
}
.TagClassName
{
border-color: #CDC94D;
}
</style>