Shades of Wattle #CDC738
Tints of Wattle #CDC738
RGB
CMYK
RGB Variations
Color information
#CDC738 (or 0xCDC738) is known color: Wattle. HEX triplet: CD, C7 and 38. RGB value is (205,199,56). Sum of RGB (Red+Green+Blue) = 205+199+56=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC738 is #3238C7. Grayscale: #B9B9B9. Windows color (decimal): -3291336 or 3721165. OLE color: 3721165.
HSL color Cylindrical-coordinate representation of color #CDC738: hue angle of 57.58º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDC738 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 56 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.20 |
| HSL | 57.58º | 0.6% | 0.51% | - |
| HSV(B) | 57.58º | 0.73% | 0.8% | - |
| XYZ | 46.31 | 54.11 | 11.74 | - |
| YUV | 184.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 56 | 0 | 0.03 | 0.73 | 0.20 | 57.58 | 0.6 | 0.51 |
| Hex | CD | C7 | 38 | 0 | 3 | 49 | 14 | 3A | 3C | 33 |
| Octal | 315 | 307 | 70 | 0 | 3 | 111 | 24 | 72 | 74 | 63 |
| Binary | 11001101 | 11000111 | 111000 | 0 | 11 | 1001001 | 10100 | 111010 | 111100 | 110011 |
Color Harmonies of #CDC738
Complementary color
Monochromatic Colors of #CDC738
Black with #CDC738
Text Example
Text Example
White with #CDC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC738; }
p { color: rgb(205,199,56); }
H1.HeaderClassName
{
color: #CDC738;
}
.AnyTagClassName
{
color: #CDC738;
}
</style>
background-color css
<style>
a { background-color: #CDC738; }
a { background-color: rgb(205,199,56); }
div.DivClassName
{
background-color: #CDC738;
}
.BgClassName
{
background-color: #CDC738;
}
</style>
border-color css
<style>
span { border-color: #CDC738; }
span { border-color: rgb(205,199,56); }
td.TdClassName
{
border-color: #CDC738;
}
.TagClassName
{
border-color: #CDC738;
}
</style>