Shades of Wattle #CDC933
Tints of Wattle #CDC933
RGB
CMYK
RGB Variations
Color information
#CDC933 (or 0xCDC933) is known color: Wattle. HEX triplet: CD, C9 and 33. RGB value is (205,201,51). Sum of RGB (Red+Green+Blue) = 205+201+51=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC933 is #3236CC. Grayscale: #B9B9B9. Windows color (decimal): -3290829 or 3393997. OLE color: 3393997.
HSL color Cylindrical-coordinate representation of color #CDC933: hue angle of 58.44º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDC933 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 51 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.20 |
| HSL | 58.44º | 0.61% | 0.5% | - |
| HSV(B) | 58.44º | 0.75% | 0.8% | - |
| XYZ | 46.66 | 54.99 | 11.29 | - |
| YUV | 185.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 51 | 0 | 0.02 | 0.75 | 0.20 | 58.44 | 0.61 | 0.5 |
| Hex | CD | C9 | 33 | 0 | 2 | 4B | 14 | 3A | 3D | 32 |
| Octal | 315 | 311 | 63 | 0 | 2 | 113 | 24 | 72 | 75 | 62 |
| Binary | 11001101 | 11001001 | 110011 | 0 | 10 | 1001011 | 10100 | 111010 | 111101 | 110010 |
Color Harmonies of #CDC933
Complementary color
Monochromatic Colors of #CDC933
Black with #CDC933
Text Example
Text Example
White with #CDC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC933; }
p { color: rgb(205,201,51); }
H1.HeaderClassName
{
color: #CDC933;
}
.AnyTagClassName
{
color: #CDC933;
}
</style>
background-color css
<style>
a { background-color: #CDC933; }
a { background-color: rgb(205,201,51); }
div.DivClassName
{
background-color: #CDC933;
}
.BgClassName
{
background-color: #CDC933;
}
</style>
border-color css
<style>
span { border-color: #CDC933; }
span { border-color: rgb(205,201,51); }
td.TdClassName
{
border-color: #CDC933;
}
.TagClassName
{
border-color: #CDC933;
}
</style>