Shades of Wattle #CDC144
Tints of Wattle #CDC144
RGB
CMYK
RGB Variations
Color information
#CDC144 (or 0xCDC144) is known color: Wattle. HEX triplet: CD, C1 and 44. RGB value is (205,193,68). Sum of RGB (Red+Green+Blue) = 205+193+68=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC144 is #323EBB. Grayscale: #B6B6B6. Windows color (decimal): -3292860 or 4506061. OLE color: 4506061.
HSL color Cylindrical-coordinate representation of color #CDC144: hue angle of 54.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDC144 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 68 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.20 |
| HSL | 54.74º | 0.58% | 0.54% | - |
| HSV(B) | 54.74º | 0.67% | 0.8% | - |
| XYZ | 45.29 | 51.54 | 13.03 | - |
| YUV | 182.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 68 | 0 | 0.06 | 0.67 | 0.20 | 54.74 | 0.58 | 0.54 |
| Hex | CD | C1 | 44 | 0 | 6 | 43 | 14 | 37 | 3A | 36 |
| Octal | 315 | 301 | 104 | 0 | 6 | 103 | 24 | 67 | 72 | 66 |
| Binary | 11001101 | 11000001 | 1000100 | 0 | 110 | 1000011 | 10100 | 110111 | 111010 | 110110 |
Color Harmonies of #CDC144
Complementary color
Monochromatic Colors of #CDC144
Black with #CDC144
Text Example
Text Example
White with #CDC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC144; }
p { color: rgb(205,193,68); }
H1.HeaderClassName
{
color: #CDC144;
}
.AnyTagClassName
{
color: #CDC144;
}
</style>
background-color css
<style>
a { background-color: #CDC144; }
a { background-color: rgb(205,193,68); }
div.DivClassName
{
background-color: #CDC144;
}
.BgClassName
{
background-color: #CDC144;
}
</style>
border-color css
<style>
span { border-color: #CDC144; }
span { border-color: rgb(205,193,68); }
td.TdClassName
{
border-color: #CDC144;
}
.TagClassName
{
border-color: #CDC144;
}
</style>