Shades of Wattle #CDC235
Tints of Wattle #CDC235
RGB
CMYK
RGB Variations
Color information
#CDC235 (or 0xCDC235) is known color: Wattle. HEX triplet: CD, C2 and 35. RGB value is (205,194,53). Sum of RGB (Red+Green+Blue) = 205+194+53=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC235 is #323DCA. Grayscale: #B5B5B5. Windows color (decimal): -3292619 or 3523277. OLE color: 3523277.
HSL color Cylindrical-coordinate representation of color #CDC235: hue angle of 55.66º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDC235 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 53 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.20 |
| HSL | 55.66º | 0.6% | 0.51% | - |
| HSV(B) | 55.66º | 0.74% | 0.8% | - |
| XYZ | 45.11 | 51.82 | 10.99 | - |
| YUV | 181.22 | 55.64 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 53 | 0 | 0.05 | 0.74 | 0.20 | 55.66 | 0.6 | 0.51 |
| Hex | CD | C2 | 35 | 0 | 5 | 4A | 14 | 38 | 3C | 33 |
| Octal | 315 | 302 | 65 | 0 | 5 | 112 | 24 | 70 | 74 | 63 |
| Binary | 11001101 | 11000010 | 110101 | 0 | 101 | 1001010 | 10100 | 111000 | 111100 | 110011 |
Color Harmonies of #CDC235
Complementary color
Monochromatic Colors of #CDC235
Black with #CDC235
Text Example
Text Example
White with #CDC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC235; }
p { color: rgb(205,194,53); }
H1.HeaderClassName
{
color: #CDC235;
}
.AnyTagClassName
{
color: #CDC235;
}
</style>
background-color css
<style>
a { background-color: #CDC235; }
a { background-color: rgb(205,194,53); }
div.DivClassName
{
background-color: #CDC235;
}
.BgClassName
{
background-color: #CDC235;
}
</style>
border-color css
<style>
span { border-color: #CDC235; }
span { border-color: rgb(205,194,53); }
td.TdClassName
{
border-color: #CDC235;
}
.TagClassName
{
border-color: #CDC235;
}
</style>