Shades of Wattle #CCCF43
Tints of Wattle #CCCF43
RGB
CMYK
RGB Variations
Color information
#CCCF43 (or 0xCCCF43) is known color: Wattle. HEX triplet: CC, CF and 43. RGB value is (204,207,67). Sum of RGB (Red+Green+Blue) = 204+207+67=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF43 is #3330BC. Grayscale: #BEBEBE. Windows color (decimal): -3354813 or 4444108. OLE color: 4444108.
HSL color Cylindrical-coordinate representation of color #CCCF43: hue angle of 61.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCCF43 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 67 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.19 |
| HSL | 61.29º | 0.59% | 0.54% | - |
| HSV(B) | 61.29º | 0.68% | 0.81% | - |
| XYZ | 48.23 | 57.87 | 13.94 | - |
| YUV | 190.14 | 58.51 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 67 | 0.01 | 0 | 0.68 | 0.19 | 61.29 | 0.59 | 0.54 |
| Hex | CC | CF | 43 | 1 | 0 | 44 | 13 | 3D | 3B | 36 |
| Octal | 314 | 317 | 103 | 1 | 0 | 104 | 23 | 75 | 73 | 66 |
| Binary | 11001100 | 11001111 | 1000011 | 1 | 0 | 1000100 | 10011 | 111101 | 111011 | 110110 |
Color Harmonies of #CCCF43
Complementary color
Monochromatic Colors of #CCCF43
Black with #CCCF43
Text Example
Text Example
White with #CCCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF43; }
p { color: rgb(204,207,67); }
H1.HeaderClassName
{
color: #CCCF43;
}
.AnyTagClassName
{
color: #CCCF43;
}
</style>
background-color css
<style>
a { background-color: #CCCF43; }
a { background-color: rgb(204,207,67); }
div.DivClassName
{
background-color: #CCCF43;
}
.BgClassName
{
background-color: #CCCF43;
}
</style>
border-color css
<style>
span { border-color: #CCCF43; }
span { border-color: rgb(204,207,67); }
td.TdClassName
{
border-color: #CCCF43;
}
.TagClassName
{
border-color: #CCCF43;
}
</style>