Shades of Wattle #CDC733
Tints of Wattle #CDC733
RGB
CMYK
RGB Variations
Color information
#CDC733 (or 0xCDC733) is known color: Wattle. HEX triplet: CD, C7 and 33. RGB value is (205,199,51). Sum of RGB (Red+Green+Blue) = 205+199+51=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC733 is #3238CC. Grayscale: #B8B8B8. Windows color (decimal): -3291341 or 3393485. OLE color: 3393485.
HSL color Cylindrical-coordinate representation of color #CDC733: hue angle of 57.66º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDC733 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 51 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.20 |
| HSL | 57.66º | 0.61% | 0.5% | - |
| HSV(B) | 57.66º | 0.75% | 0.8% | - |
| XYZ | 46.2 | 54.07 | 11.13 | - |
| YUV | 183.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 51 | 0 | 0.03 | 0.75 | 0.20 | 57.66 | 0.61 | 0.5 |
| Hex | CD | C7 | 33 | 0 | 3 | 4B | 14 | 3A | 3D | 32 |
| Octal | 315 | 307 | 63 | 0 | 3 | 113 | 24 | 72 | 75 | 62 |
| Binary | 11001101 | 11000111 | 110011 | 0 | 11 | 1001011 | 10100 | 111010 | 111101 | 110010 |
Color Harmonies of #CDC733
Complementary color
Monochromatic Colors of #CDC733
Black with #CDC733
Text Example
Text Example
White with #CDC733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC733; }
p { color: rgb(205,199,51); }
H1.HeaderClassName
{
color: #CDC733;
}
.AnyTagClassName
{
color: #CDC733;
}
</style>
background-color css
<style>
a { background-color: #CDC733; }
a { background-color: rgb(205,199,51); }
div.DivClassName
{
background-color: #CDC733;
}
.BgClassName
{
background-color: #CDC733;
}
</style>
border-color css
<style>
span { border-color: #CDC733; }
span { border-color: rgb(205,199,51); }
td.TdClassName
{
border-color: #CDC733;
}
.TagClassName
{
border-color: #CDC733;
}
</style>