Shades of Wattle #CDC138
Tints of Wattle #CDC138
RGB
CMYK
RGB Variations
Color information
#CDC138 (or 0xCDC138) is known color: Wattle. HEX triplet: CD, C1 and 38. RGB value is (205,193,56). Sum of RGB (Red+Green+Blue) = 205+193+56=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC138 is #323EC7. Grayscale: #B5B5B5. Windows color (decimal): -3292872 or 3719629. OLE color: 3719629.
HSL color Cylindrical-coordinate representation of color #CDC138: hue angle of 55.17º 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 #CDC138 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 56 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.20 |
| HSL | 55.17º | 0.6% | 0.51% | - |
| HSV(B) | 55.17º | 0.73% | 0.8% | - |
| XYZ | 44.96 | 51.4 | 11.29 | - |
| YUV | 180.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 56 | 0 | 0.06 | 0.73 | 0.20 | 55.17 | 0.6 | 0.51 |
| Hex | CD | C1 | 38 | 0 | 6 | 49 | 14 | 37 | 3C | 33 |
| Octal | 315 | 301 | 70 | 0 | 6 | 111 | 24 | 67 | 74 | 63 |
| Binary | 11001101 | 11000001 | 111000 | 0 | 110 | 1001001 | 10100 | 110111 | 111100 | 110011 |
Color Harmonies of #CDC138
Complementary color
Monochromatic Colors of #CDC138
Black with #CDC138
Text Example
Text Example
White with #CDC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC138; }
p { color: rgb(205,193,56); }
H1.HeaderClassName
{
color: #CDC138;
}
.AnyTagClassName
{
color: #CDC138;
}
</style>
background-color css
<style>
a { background-color: #CDC138; }
a { background-color: rgb(205,193,56); }
div.DivClassName
{
background-color: #CDC138;
}
.BgClassName
{
background-color: #CDC138;
}
</style>
border-color css
<style>
span { border-color: #CDC138; }
span { border-color: rgb(205,193,56); }
td.TdClassName
{
border-color: #CDC138;
}
.TagClassName
{
border-color: #CDC138;
}
</style>