Shades of Wattle #CDC834
Tints of Wattle #CDC834
RGB
CMYK
RGB Variations
Color information
#CDC834 (or 0xCDC834) is known color: Wattle. HEX triplet: CD, C8 and 34. RGB value is (205,200,52). Sum of RGB (Red+Green+Blue) = 205+200+52=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC834 is #3237CB. Grayscale: #B9B9B9. Windows color (decimal): -3291084 or 3459277. OLE color: 3459277.
HSL color Cylindrical-coordinate representation of color #CDC834: hue angle of 58.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDC834 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 52 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.20 |
| HSL | 58.04º | 0.6% | 0.5% | - |
| HSV(B) | 58.04º | 0.75% | 0.8% | - |
| XYZ | 46.45 | 54.54 | 11.33 | - |
| YUV | 184.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 52 | 0 | 0.02 | 0.75 | 0.20 | 58.04 | 0.6 | 0.5 |
| Hex | CD | C8 | 34 | 0 | 2 | 4B | 14 | 3A | 3C | 32 |
| Octal | 315 | 310 | 64 | 0 | 2 | 113 | 24 | 72 | 74 | 62 |
| Binary | 11001101 | 11001000 | 110100 | 0 | 10 | 1001011 | 10100 | 111010 | 111100 | 110010 |
Color Harmonies of #CDC834
Complementary color
Monochromatic Colors of #CDC834
Black with #CDC834
Text Example
Text Example
White with #CDC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC834; }
p { color: rgb(205,200,52); }
H1.HeaderClassName
{
color: #CDC834;
}
.AnyTagClassName
{
color: #CDC834;
}
</style>
background-color css
<style>
a { background-color: #CDC834; }
a { background-color: rgb(205,200,52); }
div.DivClassName
{
background-color: #CDC834;
}
.BgClassName
{
background-color: #CDC834;
}
</style>
border-color css
<style>
span { border-color: #CDC834; }
span { border-color: rgb(205,200,52); }
td.TdClassName
{
border-color: #CDC834;
}
.TagClassName
{
border-color: #CDC834;
}
</style>