Shades of Wattle #CCCD38
Tints of Wattle #CCCD38
RGB
CMYK
RGB Variations
Color information
#CCCD38 (or 0xCCCD38) is known color: Wattle. HEX triplet: CC, CD and 38. RGB value is (204,205,56). Sum of RGB (Red+Green+Blue) = 204+205+56=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD38 is #3332C7. Grayscale: #BCBCBC. Windows color (decimal): -3355336 or 3722700. OLE color: 3722700.
HSL color Cylindrical-coordinate representation of color #CCCD38: hue angle of 60.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCCD38 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 56 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.20 |
| HSL | 60.4º | 0.6% | 0.51% | - |
| HSV(B) | 60.4º | 0.73% | 0.8% | - |
| XYZ | 47.45 | 56.79 | 12.2 | - |
| YUV | 187.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 56 | 0.00 | 0 | 0.73 | 0.20 | 60.4 | 0.6 | 0.51 |
| Hex | CC | CD | 38 | 0 | 0 | 49 | 14 | 3C | 3C | 33 |
| Octal | 314 | 315 | 70 | 0 | 0 | 111 | 24 | 74 | 74 | 63 |
| Binary | 11001100 | 11001101 | 111000 | 0 | 0 | 1001001 | 10100 | 111100 | 111100 | 110011 |
Color Harmonies of #CCCD38
Complementary color
Monochromatic Colors of #CCCD38
Black with #CCCD38
Text Example
Text Example
White with #CCCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD38; }
p { color: rgb(204,205,56); }
H1.HeaderClassName
{
color: #CCCD38;
}
.AnyTagClassName
{
color: #CCCD38;
}
</style>
background-color css
<style>
a { background-color: #CCCD38; }
a { background-color: rgb(204,205,56); }
div.DivClassName
{
background-color: #CCCD38;
}
.BgClassName
{
background-color: #CCCD38;
}
</style>
border-color css
<style>
span { border-color: #CCCD38; }
span { border-color: rgb(204,205,56); }
td.TdClassName
{
border-color: #CCCD38;
}
.TagClassName
{
border-color: #CCCD38;
}
</style>