Shades of Wattle #CFC139
Tints of Wattle #CFC139
RGB
CMYK
RGB Variations
Color information
#CFC139 (or 0xCFC139) is known color: Wattle. HEX triplet: CF, C1 and 39. RGB value is (207,193,57). Sum of RGB (Red+Green+Blue) = 207+193+57=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC139 is #303EC6. Grayscale: #B6B6B6. Windows color (decimal): -3161799 or 3785167. OLE color: 3785167.
HSL color Cylindrical-coordinate representation of color #CFC139: hue angle of 54.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFC139 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 57 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.19 |
| HSL | 54.4º | 0.61% | 0.52% | - |
| HSV(B) | 54.4º | 0.72% | 0.81% | - |
| XYZ | 45.54 | 51.7 | 11.45 | - |
| YUV | 181.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 57 | 0 | 0.07 | 0.72 | 0.19 | 54.4 | 0.61 | 0.52 |
| Hex | CF | C1 | 39 | 0 | 7 | 48 | 13 | 36 | 3D | 34 |
| Octal | 317 | 301 | 71 | 0 | 7 | 110 | 23 | 66 | 75 | 64 |
| Binary | 11001111 | 11000001 | 111001 | 0 | 111 | 1001000 | 10011 | 110110 | 111101 | 110100 |
Color Harmonies of #CFC139
Complementary color
Monochromatic Colors of #CFC139
Black with #CFC139
Text Example
Text Example
White with #CFC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC139; }
p { color: rgb(207,193,57); }
H1.HeaderClassName
{
color: #CFC139;
}
.AnyTagClassName
{
color: #CFC139;
}
</style>
background-color css
<style>
a { background-color: #CFC139; }
a { background-color: rgb(207,193,57); }
div.DivClassName
{
background-color: #CFC139;
}
.BgClassName
{
background-color: #CFC139;
}
</style>
border-color css
<style>
span { border-color: #CFC139; }
span { border-color: rgb(207,193,57); }
td.TdClassName
{
border-color: #CFC139;
}
.TagClassName
{
border-color: #CFC139;
}
</style>