Shades of Wattle #CDC94B
Tints of Wattle #CDC94B
RGB
CMYK
RGB Variations
Color information
#CDC94B (or 0xCDC94B) is known color: Wattle. HEX triplet: CD, C9 and 4B. RGB value is (205,201,75). Sum of RGB (Red+Green+Blue) = 205+201+75=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC94B is #3236B4. Grayscale: #BCBCBC. Windows color (decimal): -3290805 or 4966861. OLE color: 4966861.
HSL color Cylindrical-coordinate representation of color #CDC94B: hue angle of 58.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDC94B is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 75 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.20 |
| HSL | 58.15º | 0.57% | 0.55% | - |
| HSV(B) | 58.15º | 0.63% | 0.8% | - |
| XYZ | 47.33 | 55.26 | 14.83 | - |
| YUV | 187.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 75 | 0 | 0.02 | 0.63 | 0.20 | 58.15 | 0.57 | 0.55 |
| Hex | CD | C9 | 4B | 0 | 2 | 3F | 14 | 3A | 39 | 37 |
| Octal | 315 | 311 | 113 | 0 | 2 | 77 | 24 | 72 | 71 | 67 |
| Binary | 11001101 | 11001001 | 1001011 | 0 | 10 | 111111 | 10100 | 111010 | 111001 | 110111 |
Color Harmonies of #CDC94B
Complementary color
Monochromatic Colors of #CDC94B
Black with #CDC94B
Text Example
Text Example
White with #CDC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC94B; }
p { color: rgb(205,201,75); }
H1.HeaderClassName
{
color: #CDC94B;
}
.AnyTagClassName
{
color: #CDC94B;
}
</style>
background-color css
<style>
a { background-color: #CDC94B; }
a { background-color: rgb(205,201,75); }
div.DivClassName
{
background-color: #CDC94B;
}
.BgClassName
{
background-color: #CDC94B;
}
</style>
border-color css
<style>
span { border-color: #CDC94B; }
span { border-color: rgb(205,201,75); }
td.TdClassName
{
border-color: #CDC94B;
}
.TagClassName
{
border-color: #CDC94B;
}
</style>