Shades of Wattle #CDC444
Tints of Wattle #CDC444
RGB
CMYK
RGB Variations
Color information
#CDC444 (or 0xCDC444) is known color: Wattle. HEX triplet: CD, C4 and 44. RGB value is (205,196,68). Sum of RGB (Red+Green+Blue) = 205+196+68=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC444 is #323BBB. Grayscale: #B8B8B8. Windows color (decimal): -3292092 or 4506829. OLE color: 4506829.
HSL color Cylindrical-coordinate representation of color #CDC444: hue angle of 56.06º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDC444 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 68 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.20 |
| HSL | 56.06º | 0.58% | 0.54% | - |
| HSV(B) | 56.06º | 0.67% | 0.8% | - |
| XYZ | 45.96 | 52.88 | 13.25 | - |
| YUV | 184.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 68 | 0 | 0.04 | 0.67 | 0.20 | 56.06 | 0.58 | 0.54 |
| Hex | CD | C4 | 44 | 0 | 4 | 43 | 14 | 38 | 3A | 36 |
| Octal | 315 | 304 | 104 | 0 | 4 | 103 | 24 | 70 | 72 | 66 |
| Binary | 11001101 | 11000100 | 1000100 | 0 | 100 | 1000011 | 10100 | 111000 | 111010 | 110110 |
Color Harmonies of #CDC444
Complementary color
Monochromatic Colors of #CDC444
Black with #CDC444
Text Example
Text Example
White with #CDC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC444; }
p { color: rgb(205,196,68); }
H1.HeaderClassName
{
color: #CDC444;
}
.AnyTagClassName
{
color: #CDC444;
}
</style>
background-color css
<style>
a { background-color: #CDC444; }
a { background-color: rgb(205,196,68); }
div.DivClassName
{
background-color: #CDC444;
}
.BgClassName
{
background-color: #CDC444;
}
</style>
border-color css
<style>
span { border-color: #CDC444; }
span { border-color: rgb(205,196,68); }
td.TdClassName
{
border-color: #CDC444;
}
.TagClassName
{
border-color: #CDC444;
}
</style>