Shades of Wattle #CDC831
Tints of Wattle #CDC831
RGB
CMYK
RGB Variations
Color information
#CDC831 (or 0xCDC831) is known color: Wattle. HEX triplet: CD, C8 and 31. RGB value is (205,200,49). Sum of RGB (Red+Green+Blue) = 205+200+49=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC831 is #3237CE. Grayscale: #B8B8B8. Windows color (decimal): -3291087 or 3262669. OLE color: 3262669.
HSL color Cylindrical-coordinate representation of color #CDC831: hue angle of 58.08º 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 #CDC831 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 49 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.20 |
| HSL | 58.08º | 0.61% | 0.5% | - |
| HSV(B) | 58.08º | 0.76% | 0.8% | - |
| XYZ | 46.39 | 54.51 | 10.98 | - |
| YUV | 184.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 49 | 0 | 0.02 | 0.76 | 0.20 | 58.08 | 0.61 | 0.5 |
| Hex | CD | C8 | 31 | 0 | 2 | 4C | 14 | 3A | 3D | 32 |
| Octal | 315 | 310 | 61 | 0 | 2 | 114 | 24 | 72 | 75 | 62 |
| Binary | 11001101 | 11001000 | 110001 | 0 | 10 | 1001100 | 10100 | 111010 | 111101 | 110010 |
Color Harmonies of #CDC831
Complementary color
Monochromatic Colors of #CDC831
Black with #CDC831
Text Example
Text Example
White with #CDC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC831; }
p { color: rgb(205,200,49); }
H1.HeaderClassName
{
color: #CDC831;
}
.AnyTagClassName
{
color: #CDC831;
}
</style>
background-color css
<style>
a { background-color: #CDC831; }
a { background-color: rgb(205,200,49); }
div.DivClassName
{
background-color: #CDC831;
}
.BgClassName
{
background-color: #CDC831;
}
</style>
border-color css
<style>
span { border-color: #CDC831; }
span { border-color: rgb(205,200,49); }
td.TdClassName
{
border-color: #CDC831;
}
.TagClassName
{
border-color: #CDC831;
}
</style>