Shades of Wattle #CDC930
Tints of Wattle #CDC930
RGB
CMYK
RGB Variations
Color information
#CDC930 (or 0xCDC930) is known color: Wattle. HEX triplet: CD, C9 and 30. RGB value is (205,201,48). Sum of RGB (Red+Green+Blue) = 205+201+48=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC930 is #3236CF. Grayscale: #B9B9B9. Windows color (decimal): -3290832 or 3197389. OLE color: 3197389.
HSL color Cylindrical-coordinate representation of color #CDC930: hue angle of 58.47º 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 #CDC930 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 48 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.20 |
| HSL | 58.47º | 0.62% | 0.5% | - |
| HSV(B) | 58.47º | 0.77% | 0.8% | - |
| XYZ | 46.6 | 54.97 | 10.95 | - |
| YUV | 184.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 48 | 0 | 0.02 | 0.77 | 0.20 | 58.47 | 0.62 | 0.5 |
| Hex | CD | C9 | 30 | 0 | 2 | 4D | 14 | 3A | 3E | 32 |
| Octal | 315 | 311 | 60 | 0 | 2 | 115 | 24 | 72 | 76 | 62 |
| Binary | 11001101 | 11001001 | 110000 | 0 | 10 | 1001101 | 10100 | 111010 | 111110 | 110010 |
Color Harmonies of #CDC930
Complementary color
Monochromatic Colors of #CDC930
Black with #CDC930
Text Example
Text Example
White with #CDC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC930; }
p { color: rgb(205,201,48); }
H1.HeaderClassName
{
color: #CDC930;
}
.AnyTagClassName
{
color: #CDC930;
}
</style>
background-color css
<style>
a { background-color: #CDC930; }
a { background-color: rgb(205,201,48); }
div.DivClassName
{
background-color: #CDC930;
}
.BgClassName
{
background-color: #CDC930;
}
</style>
border-color css
<style>
span { border-color: #CDC930; }
span { border-color: rgb(205,201,48); }
td.TdClassName
{
border-color: #CDC930;
}
.TagClassName
{
border-color: #CDC930;
}
</style>