Shades of Wattle #CDC334
Tints of Wattle #CDC334
RGB
CMYK
RGB Variations
Color information
#CDC334 (or 0xCDC334) is known color: Wattle. HEX triplet: CD, C3 and 34. RGB value is (205,195,52). Sum of RGB (Red+Green+Blue) = 205+195+52=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC334 is #323CCB. Grayscale: #B6B6B6. Windows color (decimal): -3292364 or 3457997. OLE color: 3457997.
HSL color Cylindrical-coordinate representation of color #CDC334: hue angle of 56.08º 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 #CDC334 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 52 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.20 |
| HSL | 56.08º | 0.6% | 0.5% | - |
| HSV(B) | 56.08º | 0.75% | 0.8% | - |
| XYZ | 45.31 | 52.26 | 10.95 | - |
| YUV | 181.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 52 | 0 | 0.05 | 0.75 | 0.20 | 56.08 | 0.6 | 0.5 |
| Hex | CD | C3 | 34 | 0 | 5 | 4B | 14 | 38 | 3C | 32 |
| Octal | 315 | 303 | 64 | 0 | 5 | 113 | 24 | 70 | 74 | 62 |
| Binary | 11001101 | 11000011 | 110100 | 0 | 101 | 1001011 | 10100 | 111000 | 111100 | 110010 |
Color Harmonies of #CDC334
Complementary color
Monochromatic Colors of #CDC334
Black with #CDC334
Text Example
Text Example
White with #CDC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC334; }
p { color: rgb(205,195,52); }
H1.HeaderClassName
{
color: #CDC334;
}
.AnyTagClassName
{
color: #CDC334;
}
</style>
background-color css
<style>
a { background-color: #CDC334; }
a { background-color: rgb(205,195,52); }
div.DivClassName
{
background-color: #CDC334;
}
.BgClassName
{
background-color: #CDC334;
}
</style>
border-color css
<style>
span { border-color: #CDC334; }
span { border-color: rgb(205,195,52); }
td.TdClassName
{
border-color: #CDC334;
}
.TagClassName
{
border-color: #CDC334;
}
</style>