Shades of Wattle #CDC633
Tints of Wattle #CDC633
RGB
CMYK
RGB Variations
Color information
#CDC633 (or 0xCDC633) is known color: Wattle. HEX triplet: CD, C6 and 33. RGB value is (205,198,51). Sum of RGB (Red+Green+Blue) = 205+198+51=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC633 is #3239CC. Grayscale: #B7B7B7. Windows color (decimal): -3291597 or 3393229. OLE color: 3393229.
HSL color Cylindrical-coordinate representation of color #CDC633: hue angle of 57.27º 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 #CDC633 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 51 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.20 |
| HSL | 57.27º | 0.61% | 0.5% | - |
| HSV(B) | 57.27º | 0.75% | 0.8% | - |
| XYZ | 45.97 | 53.61 | 11.06 | - |
| YUV | 183.34 | 53.32 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 51 | 0 | 0.03 | 0.75 | 0.20 | 57.27 | 0.61 | 0.5 |
| Hex | CD | C6 | 33 | 0 | 3 | 4B | 14 | 39 | 3D | 32 |
| Octal | 315 | 306 | 63 | 0 | 3 | 113 | 24 | 71 | 75 | 62 |
| Binary | 11001101 | 11000110 | 110011 | 0 | 11 | 1001011 | 10100 | 111001 | 111101 | 110010 |
Color Harmonies of #CDC633
Complementary color
Monochromatic Colors of #CDC633
Black with #CDC633
Text Example
Text Example
White with #CDC633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC633; }
p { color: rgb(205,198,51); }
H1.HeaderClassName
{
color: #CDC633;
}
.AnyTagClassName
{
color: #CDC633;
}
</style>
background-color css
<style>
a { background-color: #CDC633; }
a { background-color: rgb(205,198,51); }
div.DivClassName
{
background-color: #CDC633;
}
.BgClassName
{
background-color: #CDC633;
}
</style>
border-color css
<style>
span { border-color: #CDC633; }
span { border-color: rgb(205,198,51); }
td.TdClassName
{
border-color: #CDC633;
}
.TagClassName
{
border-color: #CDC633;
}
</style>