Shades of Wattle #CCC74B
Tints of Wattle #CCC74B
RGB
CMYK
RGB Variations
Color information
#CCC74B (or 0xCCC74B) is known color: Wattle. HEX triplet: CC, C7 and 4B. RGB value is (204,199,75). Sum of RGB (Red+Green+Blue) = 204+199+75=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC74B is #3338B4. Grayscale: #BABABA. Windows color (decimal): -3356853 or 4966348. OLE color: 4966348.
HSL color Cylindrical-coordinate representation of color #CCC74B: hue angle of 57.67º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCC74B is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 75 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.2 |
| HSL | 57.67º | 0.56% | 0.55% | - |
| HSV(B) | 57.67º | 0.63% | 0.8% | - |
| XYZ | 46.6 | 54.19 | 14.66 | - |
| YUV | 186.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 75 | 0 | 0.02 | 0.63 | 0.2 | 57.67 | 0.56 | 0.55 |
| Hex | CC | C7 | 4B | 0 | 2 | 3F | 14 | 3A | 38 | 37 |
| Octal | 314 | 307 | 113 | 0 | 2 | 77 | 24 | 72 | 70 | 67 |
| Binary | 11001100 | 11000111 | 1001011 | 0 | 10 | 111111 | 10100 | 111010 | 111000 | 110111 |
Color Harmonies of #CCC74B
Complementary color
Monochromatic Colors of #CCC74B
Black with #CCC74B
Text Example
Text Example
White with #CCC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC74B; }
p { color: rgb(204,199,75); }
H1.HeaderClassName
{
color: #CCC74B;
}
.AnyTagClassName
{
color: #CCC74B;
}
</style>
background-color css
<style>
a { background-color: #CCC74B; }
a { background-color: rgb(204,199,75); }
div.DivClassName
{
background-color: #CCC74B;
}
.BgClassName
{
background-color: #CCC74B;
}
</style>
border-color css
<style>
span { border-color: #CCC74B; }
span { border-color: rgb(204,199,75); }
td.TdClassName
{
border-color: #CCC74B;
}
.TagClassName
{
border-color: #CCC74B;
}
</style>