Shades of Wattle #CDC931
Tints of Wattle #CDC931
RGB
CMYK
RGB Variations
Color information
#CDC931 (or 0xCDC931) is known color: Wattle. HEX triplet: CD, C9 and 31. RGB value is (205,201,49). Sum of RGB (Red+Green+Blue) = 205+201+49=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC931 is #3236CE. Grayscale: #B9B9B9. Windows color (decimal): -3290831 or 3262925. OLE color: 3262925.
HSL color Cylindrical-coordinate representation of color #CDC931: hue angle of 58.46º 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 #CDC931 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 49 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.20 |
| HSL | 58.46º | 0.61% | 0.5% | - |
| HSV(B) | 58.46º | 0.76% | 0.8% | - |
| XYZ | 46.62 | 54.97 | 11.06 | - |
| YUV | 184.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 49 | 0 | 0.02 | 0.76 | 0.20 | 58.46 | 0.61 | 0.5 |
| Hex | CD | C9 | 31 | 0 | 2 | 4C | 14 | 3A | 3D | 32 |
| Octal | 315 | 311 | 61 | 0 | 2 | 114 | 24 | 72 | 75 | 62 |
| Binary | 11001101 | 11001001 | 110001 | 0 | 10 | 1001100 | 10100 | 111010 | 111101 | 110010 |
Color Harmonies of #CDC931
Complementary color
Monochromatic Colors of #CDC931
Black with #CDC931
Text Example
Text Example
White with #CDC931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC931; }
p { color: rgb(205,201,49); }
H1.HeaderClassName
{
color: #CDC931;
}
.AnyTagClassName
{
color: #CDC931;
}
</style>
background-color css
<style>
a { background-color: #CDC931; }
a { background-color: rgb(205,201,49); }
div.DivClassName
{
background-color: #CDC931;
}
.BgClassName
{
background-color: #CDC931;
}
</style>
border-color css
<style>
span { border-color: #CDC931; }
span { border-color: rgb(205,201,49); }
td.TdClassName
{
border-color: #CDC931;
}
.TagClassName
{
border-color: #CDC931;
}
</style>