Shades of Wattle #CDC14C
Tints of Wattle #CDC14C
RGB
CMYK
RGB Variations
Color information
#CDC14C (or 0xCDC14C) is known color: Wattle. HEX triplet: CD, C1 and 4C. RGB value is (205,193,76). Sum of RGB (Red+Green+Blue) = 205+193+76=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC14C is #323EB3. Grayscale: #B7B7B7. Windows color (decimal): -3292852 or 5030349. OLE color: 5030349.
HSL color Cylindrical-coordinate representation of color #CDC14C: hue angle of 54.42º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDC14C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 76 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.20 |
| HSL | 54.42º | 0.56% | 0.55% | - |
| HSV(B) | 54.42º | 0.63% | 0.8% | - |
| XYZ | 45.55 | 51.64 | 14.4 | - |
| YUV | 183.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 76 | 0 | 0.06 | 0.63 | 0.20 | 54.42 | 0.56 | 0.55 |
| Hex | CD | C1 | 4C | 0 | 6 | 3F | 14 | 36 | 38 | 37 |
| Octal | 315 | 301 | 114 | 0 | 6 | 77 | 24 | 66 | 70 | 67 |
| Binary | 11001101 | 11000001 | 1001100 | 0 | 110 | 111111 | 10100 | 110110 | 111000 | 110111 |
Color Harmonies of #CDC14C
Complementary color
Monochromatic Colors of #CDC14C
Black with #CDC14C
Text Example
Text Example
White with #CDC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC14C; }
p { color: rgb(205,193,76); }
H1.HeaderClassName
{
color: #CDC14C;
}
.AnyTagClassName
{
color: #CDC14C;
}
</style>
background-color css
<style>
a { background-color: #CDC14C; }
a { background-color: rgb(205,193,76); }
div.DivClassName
{
background-color: #CDC14C;
}
.BgClassName
{
background-color: #CDC14C;
}
</style>
border-color css
<style>
span { border-color: #CDC14C; }
span { border-color: rgb(205,193,76); }
td.TdClassName
{
border-color: #CDC14C;
}
.TagClassName
{
border-color: #CDC14C;
}
</style>