Shades of Wattle #CFC138
Tints of Wattle #CFC138
RGB
CMYK
RGB Variations
Color information
#CFC138 (or 0xCFC138) is known color: Wattle. HEX triplet: CF, C1 and 38. RGB value is (207,193,56). Sum of RGB (Red+Green+Blue) = 207+193+56=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC138 is #303EC7. Grayscale: #B6B6B6. Windows color (decimal): -3161800 or 3719631. OLE color: 3719631.
HSL color Cylindrical-coordinate representation of color #CFC138: hue angle of 54.44º 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 #CFC138 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 56 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.19 |
| HSL | 54.44º | 0.61% | 0.52% | - |
| HSV(B) | 54.44º | 0.73% | 0.81% | - |
| XYZ | 45.52 | 51.69 | 11.32 | - |
| YUV | 181.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 56 | 0 | 0.07 | 0.73 | 0.19 | 54.44 | 0.61 | 0.52 |
| Hex | CF | C1 | 38 | 0 | 7 | 49 | 13 | 36 | 3D | 34 |
| Octal | 317 | 301 | 70 | 0 | 7 | 111 | 23 | 66 | 75 | 64 |
| Binary | 11001111 | 11000001 | 111000 | 0 | 111 | 1001001 | 10011 | 110110 | 111101 | 110100 |
Color Harmonies of #CFC138
Complementary color
Monochromatic Colors of #CFC138
Black with #CFC138
Text Example
Text Example
White with #CFC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC138; }
p { color: rgb(207,193,56); }
H1.HeaderClassName
{
color: #CFC138;
}
.AnyTagClassName
{
color: #CFC138;
}
</style>
background-color css
<style>
a { background-color: #CFC138; }
a { background-color: rgb(207,193,56); }
div.DivClassName
{
background-color: #CFC138;
}
.BgClassName
{
background-color: #CFC138;
}
</style>
border-color css
<style>
span { border-color: #CFC138; }
span { border-color: rgb(207,193,56); }
td.TdClassName
{
border-color: #CFC138;
}
.TagClassName
{
border-color: #CFC138;
}
</style>