Shades of Wattle #CDC433
Tints of Wattle #CDC433
RGB
CMYK
RGB Variations
Color information
#CDC433 (or 0xCDC433) is known color: Wattle. HEX triplet: CD, C4 and 33. RGB value is (205,196,51). Sum of RGB (Red+Green+Blue) = 205+196+51=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC433 is #323BCC. Grayscale: #B6B6B6. Windows color (decimal): -3292109 or 3392717. OLE color: 3392717.
HSL color Cylindrical-coordinate representation of color #CDC433: hue angle of 56.49º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDC433 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 51 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.20 |
| HSL | 56.49º | 0.61% | 0.5% | - |
| HSV(B) | 56.49º | 0.75% | 0.8% | - |
| XYZ | 45.51 | 52.7 | 10.9 | - |
| YUV | 182.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 51 | 0 | 0.04 | 0.75 | 0.20 | 56.49 | 0.61 | 0.5 |
| Hex | CD | C4 | 33 | 0 | 4 | 4B | 14 | 38 | 3D | 32 |
| Octal | 315 | 304 | 63 | 0 | 4 | 113 | 24 | 70 | 75 | 62 |
| Binary | 11001101 | 11000100 | 110011 | 0 | 100 | 1001011 | 10100 | 111000 | 111101 | 110010 |
Color Harmonies of #CDC433
Complementary color
Monochromatic Colors of #CDC433
Black with #CDC433
Text Example
Text Example
White with #CDC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC433; }
p { color: rgb(205,196,51); }
H1.HeaderClassName
{
color: #CDC433;
}
.AnyTagClassName
{
color: #CDC433;
}
</style>
background-color css
<style>
a { background-color: #CDC433; }
a { background-color: rgb(205,196,51); }
div.DivClassName
{
background-color: #CDC433;
}
.BgClassName
{
background-color: #CDC433;
}
</style>
border-color css
<style>
span { border-color: #CDC433; }
span { border-color: rgb(205,196,51); }
td.TdClassName
{
border-color: #CDC433;
}
.TagClassName
{
border-color: #CDC433;
}
</style>