Shades of Wattle #CDC44B
Tints of Wattle #CDC44B
RGB
CMYK
RGB Variations
Color information
#CDC44B (or 0xCDC44B) is known color: Wattle. HEX triplet: CD, C4 and 4B. RGB value is (205,196,75). Sum of RGB (Red+Green+Blue) = 205+196+75=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC44B is #323BB4. Grayscale: #B9B9B9. Windows color (decimal): -3292085 or 4965581. OLE color: 4965581.
HSL color Cylindrical-coordinate representation of color #CDC44B: hue angle of 55.85º 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 #CDC44B is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 75 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.20 |
| HSL | 55.85º | 0.57% | 0.55% | - |
| HSV(B) | 55.85º | 0.63% | 0.8% | - |
| XYZ | 46.19 | 52.97 | 14.45 | - |
| YUV | 184.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 75 | 0 | 0.04 | 0.63 | 0.20 | 55.85 | 0.57 | 0.55 |
| Hex | CD | C4 | 4B | 0 | 4 | 3F | 14 | 38 | 39 | 37 |
| Octal | 315 | 304 | 113 | 0 | 4 | 77 | 24 | 70 | 71 | 67 |
| Binary | 11001101 | 11000100 | 1001011 | 0 | 100 | 111111 | 10100 | 111000 | 111001 | 110111 |
Color Harmonies of #CDC44B
Complementary color
Monochromatic Colors of #CDC44B
Black with #CDC44B
Text Example
Text Example
White with #CDC44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC44B; }
p { color: rgb(205,196,75); }
H1.HeaderClassName
{
color: #CDC44B;
}
.AnyTagClassName
{
color: #CDC44B;
}
</style>
background-color css
<style>
a { background-color: #CDC44B; }
a { background-color: rgb(205,196,75); }
div.DivClassName
{
background-color: #CDC44B;
}
.BgClassName
{
background-color: #CDC44B;
}
</style>
border-color css
<style>
span { border-color: #CDC44B; }
span { border-color: rgb(205,196,75); }
td.TdClassName
{
border-color: #CDC44B;
}
.TagClassName
{
border-color: #CDC44B;
}
</style>