Shades of Wattle #CCD148
Tints of Wattle #CCD148
RGB
CMYK
RGB Variations
Color information
#CCD148 (or 0xCCD148) is known color: Wattle. HEX triplet: CC, D1 and 48. RGB value is (204,209,72). Sum of RGB (Red+Green+Blue) = 204+209+72=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD148 is #332EB7. Grayscale: #C0C0C0. Windows color (decimal): -3354296 or 4772300. OLE color: 4772300.
HSL color Cylindrical-coordinate representation of color #CCD148: hue angle of 62.19º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCD148 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 209 | 72 | - |
CMYK | 0.02 | 0 | 0.66 | 0.18 |
HSL | 62.19º | 0.6% | 0.55% | - |
HSV(B) | 62.19º | 0.66% | 0.82% | - |
XYZ | 48.87 | 58.91 | 14.93 | - |
YUV | 191.89 | 60.34 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 209 | 72 | 0.02 | 0 | 0.66 | 0.18 | 62.19 | 0.6 | 0.55 |
Hex | CC | D1 | 48 | 2 | 0 | 42 | 12 | 3E | 3C | 37 |
Octal | 314 | 321 | 110 | 2 | 0 | 102 | 22 | 76 | 74 | 67 |
Binary | 11001100 | 11010001 | 1001000 | 10 | 0 | 1000010 | 10010 | 111110 | 111100 | 110111 |
Color Harmonies of #CCD148
Complementary color
Monochromatic Colors of #CCD148
Black with #CCD148
Text Example
Text Example
White with #CCD148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD148; }
p { color: rgb(204,209,72); }
H1.HeaderClassName
{
color: #CCD148;
}
.AnyTagClassName
{
color: #CCD148;
}
</style>
background-color css
<style>
a { background-color: #CCD148; }
a { background-color: rgb(204,209,72); }
div.DivClassName
{
background-color: #CCD148;
}
.BgClassName
{
background-color: #CCD148;
}
</style>
border-color css
<style>
span { border-color: #CCD148; }
span { border-color: rgb(204,209,72); }
td.TdClassName
{
border-color: #CCD148;
}
.TagClassName
{
border-color: #CCD148;
}
</style>