Shades of Wattle #CDC236
Tints of Wattle #CDC236
RGB
CMYK
RGB Variations
Color information
#CDC236 (or 0xCDC236) is known color: Wattle. HEX triplet: CD, C2 and 36. RGB value is (205,194,54). Sum of RGB (Red+Green+Blue) = 205+194+54=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 54 (21.48% from 255 or 11.92% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC236 is #323DC9. Grayscale: #B5B5B5. Windows color (decimal): -3292618 or 3588813. OLE color: 3588813.
HSL color Cylindrical-coordinate representation of color #CDC236: hue angle of 55.63º 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 #CDC236 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 54 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.20 |
| HSL | 55.63º | 0.6% | 0.51% | - |
| HSV(B) | 55.63º | 0.74% | 0.8% | - |
| XYZ | 45.13 | 51.83 | 11.12 | - |
| YUV | 181.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 54 | 0 | 0.05 | 0.74 | 0.20 | 55.63 | 0.6 | 0.51 |
| Hex | CD | C2 | 36 | 0 | 5 | 4A | 14 | 38 | 3C | 33 |
| Octal | 315 | 302 | 66 | 0 | 5 | 112 | 24 | 70 | 74 | 63 |
| Binary | 11001101 | 11000010 | 110110 | 0 | 101 | 1001010 | 10100 | 111000 | 111100 | 110011 |
Color Harmonies of #CDC236
Complementary color
Monochromatic Colors of #CDC236
Black with #CDC236
Text Example
Text Example
White with #CDC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC236; }
p { color: rgb(205,194,54); }
H1.HeaderClassName
{
color: #CDC236;
}
.AnyTagClassName
{
color: #CDC236;
}
</style>
background-color css
<style>
a { background-color: #CDC236; }
a { background-color: rgb(205,194,54); }
div.DivClassName
{
background-color: #CDC236;
}
.BgClassName
{
background-color: #CDC236;
}
</style>
border-color css
<style>
span { border-color: #CDC236; }
span { border-color: rgb(205,194,54); }
td.TdClassName
{
border-color: #CDC236;
}
.TagClassName
{
border-color: #CDC236;
}
</style>