Shades of Wattle #CDC64C
Tints of Wattle #CDC64C
RGB
CMYK
RGB Variations
Color information
#CDC64C (or 0xCDC64C) is known color: Wattle. HEX triplet: CD, C6 and 4C. RGB value is (205,198,76). Sum of RGB (Red+Green+Blue) = 205+198+76=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC64C is #3239B3. Grayscale: #BABABA. Windows color (decimal): -3291572 or 5031629. OLE color: 5031629.
HSL color Cylindrical-coordinate representation of color #CDC64C: hue angle of 56.74º 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 #CDC64C is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 76 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.20 |
| HSL | 56.74º | 0.56% | 0.55% | - |
| HSV(B) | 56.74º | 0.63% | 0.8% | - |
| XYZ | 46.68 | 53.89 | 14.78 | - |
| YUV | 186.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 76 | 0 | 0.03 | 0.63 | 0.20 | 56.74 | 0.56 | 0.55 |
| Hex | CD | C6 | 4C | 0 | 3 | 3F | 14 | 39 | 38 | 37 |
| Octal | 315 | 306 | 114 | 0 | 3 | 77 | 24 | 71 | 70 | 67 |
| Binary | 11001101 | 11000110 | 1001100 | 0 | 11 | 111111 | 10100 | 111001 | 111000 | 110111 |
Color Harmonies of #CDC64C
Complementary color
Monochromatic Colors of #CDC64C
Black with #CDC64C
Text Example
Text Example
White with #CDC64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC64C; }
p { color: rgb(205,198,76); }
H1.HeaderClassName
{
color: #CDC64C;
}
.AnyTagClassName
{
color: #CDC64C;
}
</style>
background-color css
<style>
a { background-color: #CDC64C; }
a { background-color: rgb(205,198,76); }
div.DivClassName
{
background-color: #CDC64C;
}
.BgClassName
{
background-color: #CDC64C;
}
</style>
border-color css
<style>
span { border-color: #CDC64C; }
span { border-color: rgb(205,198,76); }
td.TdClassName
{
border-color: #CDC64C;
}
.TagClassName
{
border-color: #CDC64C;
}
</style>