Shades of Wattle #CDC44C
Tints of Wattle #CDC44C
RGB
CMYK
RGB Variations
Color information
#CDC44C (or 0xCDC44C) is known color: Wattle. HEX triplet: CD, C4 and 4C. RGB value is (205,196,76). Sum of RGB (Red+Green+Blue) = 205+196+76=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC44C is #323BB3. Grayscale: #B9B9B9. Windows color (decimal): -3292084 or 5031117. OLE color: 5031117.
HSL color Cylindrical-coordinate representation of color #CDC44C: hue angle of 55.81º degrees, saturation: 0.56, 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 #CDC44C is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 76 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.20 |
| HSL | 55.81º | 0.56% | 0.55% | - |
| HSV(B) | 55.81º | 0.63% | 0.8% | - |
| XYZ | 46.22 | 52.98 | 14.63 | - |
| YUV | 185.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 76 | 0 | 0.04 | 0.63 | 0.20 | 55.81 | 0.56 | 0.55 |
| Hex | CD | C4 | 4C | 0 | 4 | 3F | 14 | 38 | 38 | 37 |
| Octal | 315 | 304 | 114 | 0 | 4 | 77 | 24 | 70 | 70 | 67 |
| Binary | 11001101 | 11000100 | 1001100 | 0 | 100 | 111111 | 10100 | 111000 | 111000 | 110111 |
Color Harmonies of #CDC44C
Complementary color
Monochromatic Colors of #CDC44C
Black with #CDC44C
Text Example
Text Example
White with #CDC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC44C; }
p { color: rgb(205,196,76); }
H1.HeaderClassName
{
color: #CDC44C;
}
.AnyTagClassName
{
color: #CDC44C;
}
</style>
background-color css
<style>
a { background-color: #CDC44C; }
a { background-color: rgb(205,196,76); }
div.DivClassName
{
background-color: #CDC44C;
}
.BgClassName
{
background-color: #CDC44C;
}
</style>
border-color css
<style>
span { border-color: #CDC44C; }
span { border-color: rgb(205,196,76); }
td.TdClassName
{
border-color: #CDC44C;
}
.TagClassName
{
border-color: #CDC44C;
}
</style>