Shades of Wattle #CDC93B
Tints of Wattle #CDC93B
RGB
CMYK
RGB Variations
Color information
#CDC93B (or 0xCDC93B) is known color: Wattle. HEX triplet: CD, C9 and 3B. RGB value is (205,201,59). Sum of RGB (Red+Green+Blue) = 205+201+59=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC93B is #3236C4. Grayscale: #BABABA. Windows color (decimal): -3290821 or 3918285. OLE color: 3918285.
HSL color Cylindrical-coordinate representation of color #CDC93B: hue angle of 58.36º 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 #CDC93B is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 59 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.20 |
| HSL | 58.36º | 0.59% | 0.52% | - |
| HSV(B) | 58.36º | 0.71% | 0.8% | - |
| XYZ | 46.85 | 55.07 | 12.3 | - |
| YUV | 186.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 59 | 0 | 0.02 | 0.71 | 0.20 | 58.36 | 0.59 | 0.52 |
| Hex | CD | C9 | 3B | 0 | 2 | 47 | 14 | 3A | 3B | 34 |
| Octal | 315 | 311 | 73 | 0 | 2 | 107 | 24 | 72 | 73 | 64 |
| Binary | 11001101 | 11001001 | 111011 | 0 | 10 | 1000111 | 10100 | 111010 | 111011 | 110100 |
Color Harmonies of #CDC93B
Complementary color
Monochromatic Colors of #CDC93B
Black with #CDC93B
Text Example
Text Example
White with #CDC93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC93B; }
p { color: rgb(205,201,59); }
H1.HeaderClassName
{
color: #CDC93B;
}
.AnyTagClassName
{
color: #CDC93B;
}
</style>
background-color css
<style>
a { background-color: #CDC93B; }
a { background-color: rgb(205,201,59); }
div.DivClassName
{
background-color: #CDC93B;
}
.BgClassName
{
background-color: #CDC93B;
}
</style>
border-color css
<style>
span { border-color: #CDC93B; }
span { border-color: rgb(205,201,59); }
td.TdClassName
{
border-color: #CDC93B;
}
.TagClassName
{
border-color: #CDC93B;
}
</style>