Shades of Wattle #CDC439
Tints of Wattle #CDC439
RGB
CMYK
RGB Variations
Color information
#CDC439 (or 0xCDC439) is known color: Wattle. HEX triplet: CD, C4 and 39. RGB value is (205,196,57). Sum of RGB (Red+Green+Blue) = 205+196+57=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 57 (22.66% from 255 or 12.45% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC439 is #323BC6. Grayscale: #B7B7B7. Windows color (decimal): -3292103 or 3785933. OLE color: 3785933.
HSL color Cylindrical-coordinate representation of color #CDC439: hue angle of 56.35º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDC439 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 57 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.20 |
| HSL | 56.35º | 0.6% | 0.51% | - |
| HSV(B) | 56.35º | 0.72% | 0.8% | - |
| XYZ | 45.66 | 52.75 | 11.65 | - |
| YUV | 182.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 57 | 0 | 0.04 | 0.72 | 0.20 | 56.35 | 0.6 | 0.51 |
| Hex | CD | C4 | 39 | 0 | 4 | 48 | 14 | 38 | 3C | 33 |
| Octal | 315 | 304 | 71 | 0 | 4 | 110 | 24 | 70 | 74 | 63 |
| Binary | 11001101 | 11000100 | 111001 | 0 | 100 | 1001000 | 10100 | 111000 | 111100 | 110011 |
Color Harmonies of #CDC439
Complementary color
Monochromatic Colors of #CDC439
Black with #CDC439
Text Example
Text Example
White with #CDC439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC439; }
p { color: rgb(205,196,57); }
H1.HeaderClassName
{
color: #CDC439;
}
.AnyTagClassName
{
color: #CDC439;
}
</style>
background-color css
<style>
a { background-color: #CDC439; }
a { background-color: rgb(205,196,57); }
div.DivClassName
{
background-color: #CDC439;
}
.BgClassName
{
background-color: #CDC439;
}
</style>
border-color css
<style>
span { border-color: #CDC439; }
span { border-color: rgb(205,196,57); }
td.TdClassName
{
border-color: #CDC439;
}
.TagClassName
{
border-color: #CDC439;
}
</style>