Shades of Wattle #CDC935
Tints of Wattle #CDC935
RGB
CMYK
RGB Variations
Color information
#CDC935 (or 0xCDC935) is known color: Wattle. HEX triplet: CD, C9 and 35. RGB value is (205,201,53). Sum of RGB (Red+Green+Blue) = 205+201+53=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC935 is #3236CA. Grayscale: #B9B9B9. Windows color (decimal): -3290827 or 3525069. OLE color: 3525069.
HSL color Cylindrical-coordinate representation of color #CDC935: hue angle of 58.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDC935 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 53 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.20 |
| HSL | 58.42º | 0.6% | 0.51% | - |
| HSV(B) | 58.42º | 0.74% | 0.8% | - |
| XYZ | 46.71 | 55.01 | 11.52 | - |
| YUV | 185.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 53 | 0 | 0.02 | 0.74 | 0.20 | 58.42 | 0.6 | 0.51 |
| Hex | CD | C9 | 35 | 0 | 2 | 4A | 14 | 3A | 3C | 33 |
| Octal | 315 | 311 | 65 | 0 | 2 | 112 | 24 | 72 | 74 | 63 |
| Binary | 11001101 | 11001001 | 110101 | 0 | 10 | 1001010 | 10100 | 111010 | 111100 | 110011 |
Color Harmonies of #CDC935
Complementary color
Monochromatic Colors of #CDC935
Black with #CDC935
Text Example
Text Example
White with #CDC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC935; }
p { color: rgb(205,201,53); }
H1.HeaderClassName
{
color: #CDC935;
}
.AnyTagClassName
{
color: #CDC935;
}
</style>
background-color css
<style>
a { background-color: #CDC935; }
a { background-color: rgb(205,201,53); }
div.DivClassName
{
background-color: #CDC935;
}
.BgClassName
{
background-color: #CDC935;
}
</style>
border-color css
<style>
span { border-color: #CDC935; }
span { border-color: rgb(205,201,53); }
td.TdClassName
{
border-color: #CDC935;
}
.TagClassName
{
border-color: #CDC935;
}
</style>