Shades of Wattle #CDC132
Tints of Wattle #CDC132
RGB
CMYK
RGB Variations
Color information
#CDC132 (or 0xCDC132) is known color: Wattle. HEX triplet: CD, C1 and 32. RGB value is (205,193,50). Sum of RGB (Red+Green+Blue) = 205+193+50=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC132 is #323ECD. Grayscale: #B4B4B4. Windows color (decimal): -3292878 or 3326413. OLE color: 3326413.
HSL color Cylindrical-coordinate representation of color #CDC132: hue angle of 55.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDC132 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 50 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.20 |
| HSL | 55.35º | 0.61% | 0.5% | - |
| HSV(B) | 55.35º | 0.76% | 0.8% | - |
| XYZ | 44.82 | 51.35 | 10.57 | - |
| YUV | 180.29 | 54.48 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 50 | 0 | 0.06 | 0.76 | 0.20 | 55.35 | 0.61 | 0.5 |
| Hex | CD | C1 | 32 | 0 | 6 | 4C | 14 | 37 | 3D | 32 |
| Octal | 315 | 301 | 62 | 0 | 6 | 114 | 24 | 67 | 75 | 62 |
| Binary | 11001101 | 11000001 | 110010 | 0 | 110 | 1001100 | 10100 | 110111 | 111101 | 110010 |
Color Harmonies of #CDC132
Complementary color
Monochromatic Colors of #CDC132
Black with #CDC132
Text Example
Text Example
White with #CDC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC132; }
p { color: rgb(205,193,50); }
H1.HeaderClassName
{
color: #CDC132;
}
.AnyTagClassName
{
color: #CDC132;
}
</style>
background-color css
<style>
a { background-color: #CDC132; }
a { background-color: rgb(205,193,50); }
div.DivClassName
{
background-color: #CDC132;
}
.BgClassName
{
background-color: #CDC132;
}
</style>
border-color css
<style>
span { border-color: #CDC132; }
span { border-color: rgb(205,193,50); }
td.TdClassName
{
border-color: #CDC132;
}
.TagClassName
{
border-color: #CDC132;
}
</style>