Shades of Wattle #CDC745
Tints of Wattle #CDC745
RGB
CMYK
RGB Variations
Color information
#CDC745 (or 0xCDC745) is known color: Wattle. HEX triplet: CD, C7 and 45. RGB value is (205,199,69). Sum of RGB (Red+Green+Blue) = 205+199+69=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC745 is #3238BA. Grayscale: #BABABA. Windows color (decimal): -3291323 or 4573133. OLE color: 4573133.
HSL color Cylindrical-coordinate representation of color #CDC745: hue angle of 57.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDC745 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 69 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.20 |
| HSL | 57.35º | 0.58% | 0.54% | - |
| HSV(B) | 57.35º | 0.66% | 0.8% | - |
| XYZ | 46.67 | 54.26 | 13.64 | - |
| YUV | 185.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 69 | 0 | 0.03 | 0.66 | 0.20 | 57.35 | 0.58 | 0.54 |
| Hex | CD | C7 | 45 | 0 | 3 | 42 | 14 | 39 | 3A | 36 |
| Octal | 315 | 307 | 105 | 0 | 3 | 102 | 24 | 71 | 72 | 66 |
| Binary | 11001101 | 11000111 | 1000101 | 0 | 11 | 1000010 | 10100 | 111001 | 111010 | 110110 |
Color Harmonies of #CDC745
Complementary color
Monochromatic Colors of #CDC745
Black with #CDC745
Text Example
Text Example
White with #CDC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC745; }
p { color: rgb(205,199,69); }
H1.HeaderClassName
{
color: #CDC745;
}
.AnyTagClassName
{
color: #CDC745;
}
</style>
background-color css
<style>
a { background-color: #CDC745; }
a { background-color: rgb(205,199,69); }
div.DivClassName
{
background-color: #CDC745;
}
.BgClassName
{
background-color: #CDC745;
}
</style>
border-color css
<style>
span { border-color: #CDC745; }
span { border-color: rgb(205,199,69); }
td.TdClassName
{
border-color: #CDC745;
}
.TagClassName
{
border-color: #CDC745;
}
</style>