Shades of Wattle #CDC939
Tints of Wattle #CDC939
RGB
CMYK
RGB Variations
Color information
#CDC939 (or 0xCDC939) is known color: Wattle. HEX triplet: CD, C9 and 39. RGB value is (205,201,57). Sum of RGB (Red+Green+Blue) = 205+201+57=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 57 (22.66% from 255 or 12.31% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC939 is #3236C6. Grayscale: #BABABA. Windows color (decimal): -3290823 or 3787213. OLE color: 3787213.
HSL color Cylindrical-coordinate representation of color #CDC939: hue angle of 58.38º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDC939 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 57 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.20 |
| HSL | 58.38º | 0.6% | 0.51% | - |
| HSV(B) | 58.38º | 0.72% | 0.8% | - |
| XYZ | 46.8 | 55.05 | 12.03 | - |
| YUV | 185.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 57 | 0 | 0.02 | 0.72 | 0.20 | 58.38 | 0.6 | 0.51 |
| Hex | CD | C9 | 39 | 0 | 2 | 48 | 14 | 3A | 3C | 33 |
| Octal | 315 | 311 | 71 | 0 | 2 | 110 | 24 | 72 | 74 | 63 |
| Binary | 11001101 | 11001001 | 111001 | 0 | 10 | 1001000 | 10100 | 111010 | 111100 | 110011 |
Color Harmonies of #CDC939
Complementary color
Monochromatic Colors of #CDC939
Black with #CDC939
Text Example
Text Example
White with #CDC939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC939; }
p { color: rgb(205,201,57); }
H1.HeaderClassName
{
color: #CDC939;
}
.AnyTagClassName
{
color: #CDC939;
}
</style>
background-color css
<style>
a { background-color: #CDC939; }
a { background-color: rgb(205,201,57); }
div.DivClassName
{
background-color: #CDC939;
}
.BgClassName
{
background-color: #CDC939;
}
</style>
border-color css
<style>
span { border-color: #CDC939; }
span { border-color: rgb(205,201,57); }
td.TdClassName
{
border-color: #CDC939;
}
.TagClassName
{
border-color: #CDC939;
}
</style>