Shades of Wattle #CDC431
Tints of Wattle #CDC431
RGB
CMYK
RGB Variations
Color information
#CDC431 (or 0xCDC431) is known color: Wattle. HEX triplet: CD, C4 and 31. RGB value is (205,196,49). Sum of RGB (Red+Green+Blue) = 205+196+49=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC431 is #323BCE. Grayscale: #B6B6B6. Windows color (decimal): -3292111 or 3261645. OLE color: 3261645.
HSL color Cylindrical-coordinate representation of color #CDC431: hue angle of 56.54º 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 #CDC431 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 49 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.20 |
| HSL | 56.54º | 0.61% | 0.5% | - |
| HSV(B) | 56.54º | 0.76% | 0.8% | - |
| XYZ | 45.47 | 52.68 | 10.68 | - |
| YUV | 181.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 49 | 0 | 0.04 | 0.76 | 0.20 | 56.54 | 0.61 | 0.5 |
| Hex | CD | C4 | 31 | 0 | 4 | 4C | 14 | 39 | 3D | 32 |
| Octal | 315 | 304 | 61 | 0 | 4 | 114 | 24 | 71 | 75 | 62 |
| Binary | 11001101 | 11000100 | 110001 | 0 | 100 | 1001100 | 10100 | 111001 | 111101 | 110010 |
Color Harmonies of #CDC431
Complementary color
Monochromatic Colors of #CDC431
Black with #CDC431
Text Example
Text Example
White with #CDC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC431; }
p { color: rgb(205,196,49); }
H1.HeaderClassName
{
color: #CDC431;
}
.AnyTagClassName
{
color: #CDC431;
}
</style>
background-color css
<style>
a { background-color: #CDC431; }
a { background-color: rgb(205,196,49); }
div.DivClassName
{
background-color: #CDC431;
}
.BgClassName
{
background-color: #CDC431;
}
</style>
border-color css
<style>
span { border-color: #CDC431; }
span { border-color: rgb(205,196,49); }
td.TdClassName
{
border-color: #CDC431;
}
.TagClassName
{
border-color: #CDC431;
}
</style>