Shades of Wattle #CDC430
Tints of Wattle #CDC430
RGB
CMYK
RGB Variations
Color information
#CDC430 (or 0xCDC430) is known color: Wattle. HEX triplet: CD, C4 and 30. RGB value is (205,196,48). Sum of RGB (Red+Green+Blue) = 205+196+48=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC430 is #323BCF. Grayscale: #B6B6B6. Windows color (decimal): -3292112 or 3196109. OLE color: 3196109.
HSL color Cylindrical-coordinate representation of color #CDC430: hue angle of 56.56º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDC430 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 48 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.20 |
| HSL | 56.56º | 0.62% | 0.5% | - |
| HSV(B) | 56.56º | 0.77% | 0.8% | - |
| XYZ | 45.45 | 52.67 | 10.57 | - |
| YUV | 181.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 48 | 0 | 0.04 | 0.77 | 0.20 | 56.56 | 0.62 | 0.5 |
| Hex | CD | C4 | 30 | 0 | 4 | 4D | 14 | 39 | 3E | 32 |
| Octal | 315 | 304 | 60 | 0 | 4 | 115 | 24 | 71 | 76 | 62 |
| Binary | 11001101 | 11000100 | 110000 | 0 | 100 | 1001101 | 10100 | 111001 | 111110 | 110010 |
Color Harmonies of #CDC430
Complementary color
Monochromatic Colors of #CDC430
Black with #CDC430
Text Example
Text Example
White with #CDC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC430; }
p { color: rgb(205,196,48); }
H1.HeaderClassName
{
color: #CDC430;
}
.AnyTagClassName
{
color: #CDC430;
}
</style>
background-color css
<style>
a { background-color: #CDC430; }
a { background-color: rgb(205,196,48); }
div.DivClassName
{
background-color: #CDC430;
}
.BgClassName
{
background-color: #CDC430;
}
</style>
border-color css
<style>
span { border-color: #CDC430; }
span { border-color: rgb(205,196,48); }
td.TdClassName
{
border-color: #CDC430;
}
.TagClassName
{
border-color: #CDC430;
}
</style>