Shades of Wattle #CDC936
Tints of Wattle #CDC936
RGB
CMYK
RGB Variations
Color information
#CDC936 (or 0xCDC936) is known color: Wattle. HEX triplet: CD, C9 and 36. RGB value is (205,201,54). Sum of RGB (Red+Green+Blue) = 205+201+54=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC936 is #3236C9. Grayscale: #BABABA. Windows color (decimal): -3290826 or 3590605. OLE color: 3590605.
HSL color Cylindrical-coordinate representation of color #CDC936: hue angle of 58.41º 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 #CDC936 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 54 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.20 |
| HSL | 58.41º | 0.6% | 0.51% | - |
| HSV(B) | 58.41º | 0.74% | 0.8% | - |
| XYZ | 46.73 | 55.02 | 11.65 | - |
| YUV | 185.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 54 | 0 | 0.02 | 0.74 | 0.20 | 58.41 | 0.6 | 0.51 |
| Hex | CD | C9 | 36 | 0 | 2 | 4A | 14 | 3A | 3C | 33 |
| Octal | 315 | 311 | 66 | 0 | 2 | 112 | 24 | 72 | 74 | 63 |
| Binary | 11001101 | 11001001 | 110110 | 0 | 10 | 1001010 | 10100 | 111010 | 111100 | 110011 |
Color Harmonies of #CDC936
Complementary color
Monochromatic Colors of #CDC936
Black with #CDC936
Text Example
Text Example
White with #CDC936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC936; }
p { color: rgb(205,201,54); }
H1.HeaderClassName
{
color: #CDC936;
}
.AnyTagClassName
{
color: #CDC936;
}
</style>
background-color css
<style>
a { background-color: #CDC936; }
a { background-color: rgb(205,201,54); }
div.DivClassName
{
background-color: #CDC936;
}
.BgClassName
{
background-color: #CDC936;
}
</style>
border-color css
<style>
span { border-color: #CDC936; }
span { border-color: rgb(205,201,54); }
td.TdClassName
{
border-color: #CDC936;
}
.TagClassName
{
border-color: #CDC936;
}
</style>