Shades of Wattle #CDC33B
Tints of Wattle #CDC33B
RGB
CMYK
RGB Variations
Color information
#CDC33B (or 0xCDC33B) is known color: Wattle. HEX triplet: CD, C3 and 3B. RGB value is (205,195,59). Sum of RGB (Red+Green+Blue) = 205+195+59=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC33B is #323CC4. Grayscale: #B7B7B7. Windows color (decimal): -3292357 or 3916749. OLE color: 3916749.
HSL color Cylindrical-coordinate representation of color #CDC33B: hue angle of 55.89º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDC33B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 59 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.20 |
| HSL | 55.89º | 0.59% | 0.52% | - |
| HSV(B) | 55.89º | 0.71% | 0.8% | - |
| XYZ | 45.48 | 52.33 | 11.84 | - |
| YUV | 182.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 59 | 0 | 0.05 | 0.71 | 0.20 | 55.89 | 0.59 | 0.52 |
| Hex | CD | C3 | 3B | 0 | 5 | 47 | 14 | 38 | 3B | 34 |
| Octal | 315 | 303 | 73 | 0 | 5 | 107 | 24 | 70 | 73 | 64 |
| Binary | 11001101 | 11000011 | 111011 | 0 | 101 | 1000111 | 10100 | 111000 | 111011 | 110100 |
Color Harmonies of #CDC33B
Complementary color
Monochromatic Colors of #CDC33B
Black with #CDC33B
Text Example
Text Example
White with #CDC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC33B; }
p { color: rgb(205,195,59); }
H1.HeaderClassName
{
color: #CDC33B;
}
.AnyTagClassName
{
color: #CDC33B;
}
</style>
background-color css
<style>
a { background-color: #CDC33B; }
a { background-color: rgb(205,195,59); }
div.DivClassName
{
background-color: #CDC33B;
}
.BgClassName
{
background-color: #CDC33B;
}
</style>
border-color css
<style>
span { border-color: #CDC33B; }
span { border-color: rgb(205,195,59); }
td.TdClassName
{
border-color: #CDC33B;
}
.TagClassName
{
border-color: #CDC33B;
}
</style>