Shades of Wattle #CDC03F
Tints of Wattle #CDC03F
RGB
CMYK
RGB Variations
Color information
#CDC03F (or 0xCDC03F) is known color: Wattle. HEX triplet: CD, C0 and 3F. RGB value is (205,192,63). Sum of RGB (Red+Green+Blue) = 205+192+63=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC03F is #323FC0. Grayscale: #B5B5B5. Windows color (decimal): -3293121 or 4178125. OLE color: 4178125.
HSL color Cylindrical-coordinate representation of color #CDC03F: hue angle of 54.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDC03F is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 63 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.20 |
| HSL | 54.51º | 0.59% | 0.53% | - |
| HSV(B) | 54.51º | 0.69% | 0.8% | - |
| XYZ | 44.92 | 51.04 | 12.19 | - |
| YUV | 181.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 63 | 0 | 0.06 | 0.69 | 0.20 | 54.51 | 0.59 | 0.53 |
| Hex | CD | C0 | 3F | 0 | 6 | 45 | 14 | 37 | 3B | 35 |
| Octal | 315 | 300 | 77 | 0 | 6 | 105 | 24 | 67 | 73 | 65 |
| Binary | 11001101 | 11000000 | 111111 | 0 | 110 | 1000101 | 10100 | 110111 | 111011 | 110101 |
Color Harmonies of #CDC03F
Complementary color
Monochromatic Colors of #CDC03F
Black with #CDC03F
Text Example
Text Example
White with #CDC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC03F; }
p { color: rgb(205,192,63); }
H1.HeaderClassName
{
color: #CDC03F;
}
.AnyTagClassName
{
color: #CDC03F;
}
</style>
background-color css
<style>
a { background-color: #CDC03F; }
a { background-color: rgb(205,192,63); }
div.DivClassName
{
background-color: #CDC03F;
}
.BgClassName
{
background-color: #CDC03F;
}
</style>
border-color css
<style>
span { border-color: #CDC03F; }
span { border-color: rgb(205,192,63); }
td.TdClassName
{
border-color: #CDC03F;
}
.TagClassName
{
border-color: #CDC03F;
}
</style>