Shades of Wattle #CDC33D
Tints of Wattle #CDC33D
RGB
CMYK
RGB Variations
Color information
#CDC33D (or 0xCDC33D) is known color: Wattle. HEX triplet: CD, C3 and 3D. RGB value is (205,195,61). Sum of RGB (Red+Green+Blue) = 205+195+61=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC33D is #323CC2. Grayscale: #B7B7B7. Windows color (decimal): -3292355 or 4047821. OLE color: 4047821.
HSL color Cylindrical-coordinate representation of color #CDC33D: hue angle of 55.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDC33D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 61 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.20 |
| HSL | 55.83º | 0.59% | 0.52% | - |
| HSV(B) | 55.83º | 0.7% | 0.8% | - |
| XYZ | 45.53 | 52.35 | 12.12 | - |
| YUV | 182.71 | 59.31 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 61 | 0 | 0.05 | 0.70 | 0.20 | 55.83 | 0.59 | 0.52 |
| Hex | CD | C3 | 3D | 0 | 5 | 46 | 14 | 38 | 3B | 34 |
| Octal | 315 | 303 | 75 | 0 | 5 | 106 | 24 | 70 | 73 | 64 |
| Binary | 11001101 | 11000011 | 111101 | 0 | 101 | 1000110 | 10100 | 111000 | 111011 | 110100 |
Color Harmonies of #CDC33D
Complementary color
Monochromatic Colors of #CDC33D
Black with #CDC33D
Text Example
Text Example
White with #CDC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC33D; }
p { color: rgb(205,195,61); }
H1.HeaderClassName
{
color: #CDC33D;
}
.AnyTagClassName
{
color: #CDC33D;
}
</style>
background-color css
<style>
a { background-color: #CDC33D; }
a { background-color: rgb(205,195,61); }
div.DivClassName
{
background-color: #CDC33D;
}
.BgClassName
{
background-color: #CDC33D;
}
</style>
border-color css
<style>
span { border-color: #CDC33D; }
span { border-color: rgb(205,195,61); }
td.TdClassName
{
border-color: #CDC33D;
}
.TagClassName
{
border-color: #CDC33D;
}
</style>