Shades of Wattle #CDC233
Tints of Wattle #CDC233
RGB
CMYK
RGB Variations
Color information
#CDC233 (or 0xCDC233) is known color: Wattle. HEX triplet: CD, C2 and 33. RGB value is (205,194,51). Sum of RGB (Red+Green+Blue) = 205+194+51=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC233 is #323DCC. Grayscale: #B5B5B5. Windows color (decimal): -3292621 or 3392205. OLE color: 3392205.
HSL color Cylindrical-coordinate representation of color #CDC233: hue angle of 55.71º 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 #CDC233 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 51 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.20 |
| HSL | 55.71º | 0.61% | 0.5% | - |
| HSV(B) | 55.71º | 0.75% | 0.8% | - |
| XYZ | 45.07 | 51.8 | 10.76 | - |
| YUV | 180.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 51 | 0 | 0.05 | 0.75 | 0.20 | 55.71 | 0.61 | 0.5 |
| Hex | CD | C2 | 33 | 0 | 5 | 4B | 14 | 38 | 3D | 32 |
| Octal | 315 | 302 | 63 | 0 | 5 | 113 | 24 | 70 | 75 | 62 |
| Binary | 11001101 | 11000010 | 110011 | 0 | 101 | 1001011 | 10100 | 111000 | 111101 | 110010 |
Color Harmonies of #CDC233
Complementary color
Monochromatic Colors of #CDC233
Black with #CDC233
Text Example
Text Example
White with #CDC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC233; }
p { color: rgb(205,194,51); }
H1.HeaderClassName
{
color: #CDC233;
}
.AnyTagClassName
{
color: #CDC233;
}
</style>
background-color css
<style>
a { background-color: #CDC233; }
a { background-color: rgb(205,194,51); }
div.DivClassName
{
background-color: #CDC233;
}
.BgClassName
{
background-color: #CDC233;
}
</style>
border-color css
<style>
span { border-color: #CDC233; }
span { border-color: rgb(205,194,51); }
td.TdClassName
{
border-color: #CDC233;
}
.TagClassName
{
border-color: #CDC233;
}
</style>