Shades of Wattle #CDC83F
Tints of Wattle #CDC83F
RGB
CMYK
RGB Variations
Color information
#CDC83F (or 0xCDC83F) is known color: Wattle. HEX triplet: CD, C8 and 3F. RGB value is (205,200,63). Sum of RGB (Red+Green+Blue) = 205+200+63=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC83F is #3237C0. Grayscale: #BABABA. Windows color (decimal): -3291073 or 4180173. OLE color: 4180173.
HSL color Cylindrical-coordinate representation of color #CDC83F: hue angle of 57.89º 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 #CDC83F is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 63 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.20 |
| HSL | 57.89º | 0.59% | 0.53% | - |
| HSV(B) | 57.89º | 0.69% | 0.8% | - |
| XYZ | 46.73 | 54.65 | 12.79 | - |
| YUV | 185.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 63 | 0 | 0.02 | 0.69 | 0.20 | 57.89 | 0.59 | 0.53 |
| Hex | CD | C8 | 3F | 0 | 2 | 45 | 14 | 3A | 3B | 35 |
| Octal | 315 | 310 | 77 | 0 | 2 | 105 | 24 | 72 | 73 | 65 |
| Binary | 11001101 | 11001000 | 111111 | 0 | 10 | 1000101 | 10100 | 111010 | 111011 | 110101 |
Color Harmonies of #CDC83F
Complementary color
Monochromatic Colors of #CDC83F
Black with #CDC83F
Text Example
Text Example
White with #CDC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC83F; }
p { color: rgb(205,200,63); }
H1.HeaderClassName
{
color: #CDC83F;
}
.AnyTagClassName
{
color: #CDC83F;
}
</style>
background-color css
<style>
a { background-color: #CDC83F; }
a { background-color: rgb(205,200,63); }
div.DivClassName
{
background-color: #CDC83F;
}
.BgClassName
{
background-color: #CDC83F;
}
</style>
border-color css
<style>
span { border-color: #CDC83F; }
span { border-color: rgb(205,200,63); }
td.TdClassName
{
border-color: #CDC83F;
}
.TagClassName
{
border-color: #CDC83F;
}
</style>