Shades of Wattle #CDC734
Tints of Wattle #CDC734
RGB
CMYK
RGB Variations
Color information
#CDC734 (or 0xCDC734) is known color: Wattle. HEX triplet: CD, C7 and 34. RGB value is (205,199,52). Sum of RGB (Red+Green+Blue) = 205+199+52=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC734 is #3238CB. Grayscale: #B8B8B8. Windows color (decimal): -3291340 or 3459021. OLE color: 3459021.
HSL color Cylindrical-coordinate representation of color #CDC734: hue angle of 57.65º 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 #CDC734 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 52 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.20 |
| HSL | 57.65º | 0.6% | 0.5% | - |
| HSV(B) | 57.65º | 0.75% | 0.8% | - |
| XYZ | 46.22 | 54.07 | 11.25 | - |
| YUV | 184.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 52 | 0 | 0.03 | 0.75 | 0.20 | 57.65 | 0.6 | 0.5 |
| Hex | CD | C7 | 34 | 0 | 3 | 4B | 14 | 3A | 3C | 32 |
| Octal | 315 | 307 | 64 | 0 | 3 | 113 | 24 | 72 | 74 | 62 |
| Binary | 11001101 | 11000111 | 110100 | 0 | 11 | 1001011 | 10100 | 111010 | 111100 | 110010 |
Color Harmonies of #CDC734
Complementary color
Monochromatic Colors of #CDC734
Black with #CDC734
Text Example
Text Example
White with #CDC734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC734; }
p { color: rgb(205,199,52); }
H1.HeaderClassName
{
color: #CDC734;
}
.AnyTagClassName
{
color: #CDC734;
}
</style>
background-color css
<style>
a { background-color: #CDC734; }
a { background-color: rgb(205,199,52); }
div.DivClassName
{
background-color: #CDC734;
}
.BgClassName
{
background-color: #CDC734;
}
</style>
border-color css
<style>
span { border-color: #CDC734; }
span { border-color: rgb(205,199,52); }
td.TdClassName
{
border-color: #CDC734;
}
.TagClassName
{
border-color: #CDC734;
}
</style>