Shades of Wattle #CDC230
Tints of Wattle #CDC230
RGB
CMYK
RGB Variations
Color information
#CDC230 (or 0xCDC230) is known color: Wattle. HEX triplet: CD, C2 and 30. RGB value is (205,194,48). Sum of RGB (Red+Green+Blue) = 205+194+48=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC230 is #323DCF. Grayscale: #B5B5B5. Windows color (decimal): -3292624 or 3195597. OLE color: 3195597.
HSL color Cylindrical-coordinate representation of color #CDC230: hue angle of 55.8º 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 #CDC230 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 48 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.20 |
| HSL | 55.8º | 0.62% | 0.5% | - |
| HSV(B) | 55.8º | 0.77% | 0.8% | - |
| XYZ | 45 | 51.78 | 10.42 | - |
| YUV | 180.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 48 | 0 | 0.05 | 0.77 | 0.20 | 55.8 | 0.62 | 0.5 |
| Hex | CD | C2 | 30 | 0 | 5 | 4D | 14 | 38 | 3E | 32 |
| Octal | 315 | 302 | 60 | 0 | 5 | 115 | 24 | 70 | 76 | 62 |
| Binary | 11001101 | 11000010 | 110000 | 0 | 101 | 1001101 | 10100 | 111000 | 111110 | 110010 |
Color Harmonies of #CDC230
Complementary color
Monochromatic Colors of #CDC230
Black with #CDC230
Text Example
Text Example
White with #CDC230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC230; }
p { color: rgb(205,194,48); }
H1.HeaderClassName
{
color: #CDC230;
}
.AnyTagClassName
{
color: #CDC230;
}
</style>
background-color css
<style>
a { background-color: #CDC230; }
a { background-color: rgb(205,194,48); }
div.DivClassName
{
background-color: #CDC230;
}
.BgClassName
{
background-color: #CDC230;
}
</style>
border-color css
<style>
span { border-color: #CDC230; }
span { border-color: rgb(205,194,48); }
td.TdClassName
{
border-color: #CDC230;
}
.TagClassName
{
border-color: #CDC230;
}
</style>