Shades of Wattle #CDC231
Tints of Wattle #CDC231
RGB
CMYK
RGB Variations
Color information
#CDC231 (or 0xCDC231) is known color: Wattle. HEX triplet: CD, C2 and 31. RGB value is (205,194,49). Sum of RGB (Red+Green+Blue) = 205+194+49=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC231 is #323DCE. Grayscale: #B5B5B5. Windows color (decimal): -3292623 or 3261133. OLE color: 3261133.
HSL color Cylindrical-coordinate representation of color #CDC231: hue angle of 55.77º 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 #CDC231 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 49 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.20 |
| HSL | 55.77º | 0.61% | 0.5% | - |
| HSV(B) | 55.77º | 0.76% | 0.8% | - |
| XYZ | 45.02 | 51.78 | 10.53 | - |
| YUV | 180.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 49 | 0 | 0.05 | 0.76 | 0.20 | 55.77 | 0.61 | 0.5 |
| Hex | CD | C2 | 31 | 0 | 5 | 4C | 14 | 38 | 3D | 32 |
| Octal | 315 | 302 | 61 | 0 | 5 | 114 | 24 | 70 | 75 | 62 |
| Binary | 11001101 | 11000010 | 110001 | 0 | 101 | 1001100 | 10100 | 111000 | 111101 | 110010 |
Color Harmonies of #CDC231
Complementary color
Monochromatic Colors of #CDC231
Black with #CDC231
Text Example
Text Example
White with #CDC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC231; }
p { color: rgb(205,194,49); }
H1.HeaderClassName
{
color: #CDC231;
}
.AnyTagClassName
{
color: #CDC231;
}
</style>
background-color css
<style>
a { background-color: #CDC231; }
a { background-color: rgb(205,194,49); }
div.DivClassName
{
background-color: #CDC231;
}
.BgClassName
{
background-color: #CDC231;
}
</style>
border-color css
<style>
span { border-color: #CDC231; }
span { border-color: rgb(205,194,49); }
td.TdClassName
{
border-color: #CDC231;
}
.TagClassName
{
border-color: #CDC231;
}
</style>