Shades of Wattle #CFCC38
Tints of Wattle #CFCC38
RGB
CMYK
RGB Variations
Color information
#CFCC38 (or 0xCFCC38) is known color: Wattle. HEX triplet: CF, CC and 38. RGB value is (207,204,56). Sum of RGB (Red+Green+Blue) = 207+204+56=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC38 is #3033C7. Grayscale: #BCBCBC. Windows color (decimal): -3158984 or 3722447. OLE color: 3722447.
HSL color Cylindrical-coordinate representation of color #CFCC38: hue angle of 58.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFCC38 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 56 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.19 |
| HSL | 58.81º | 0.61% | 0.52% | - |
| HSV(B) | 58.81º | 0.73% | 0.81% | - |
| XYZ | 48.04 | 56.74 | 12.16 | - |
| YUV | 188.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 56 | 0 | 0.01 | 0.73 | 0.19 | 58.81 | 0.61 | 0.52 |
| Hex | CF | CC | 38 | 0 | 1 | 49 | 13 | 3B | 3D | 34 |
| Octal | 317 | 314 | 70 | 0 | 1 | 111 | 23 | 73 | 75 | 64 |
| Binary | 11001111 | 11001100 | 111000 | 0 | 1 | 1001001 | 10011 | 111011 | 111101 | 110100 |
Color Harmonies of #CFCC38
Complementary color
Monochromatic Colors of #CFCC38
Black with #CFCC38
Text Example
Text Example
White with #CFCC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC38; }
p { color: rgb(207,204,56); }
H1.HeaderClassName
{
color: #CFCC38;
}
.AnyTagClassName
{
color: #CFCC38;
}
</style>
background-color css
<style>
a { background-color: #CFCC38; }
a { background-color: rgb(207,204,56); }
div.DivClassName
{
background-color: #CFCC38;
}
.BgClassName
{
background-color: #CFCC38;
}
</style>
border-color css
<style>
span { border-color: #CFCC38; }
span { border-color: rgb(207,204,56); }
td.TdClassName
{
border-color: #CFCC38;
}
.TagClassName
{
border-color: #CFCC38;
}
</style>